Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.Utility.SafeMapArraysOrZero[T1, T2]

Jackson Wood edited this page Jul 26, 2018 · 3 revisions

Utility.SafeMapArraysOrZero<T1, T2>

public static void SafeMapArraysOrZero<T1, T2>(T1[] sourceArray, Func<T1,T2> mapElementDelegate, T2[] destinationArray);

Parameters

Name Description
sourceArray
mapElementDelegate
destinationArray
Clone this wiki locally