Array3DTGetPinnableReference Method

Returns a reference to the first element in this Array3DT. This makes possible to use the Array3DT in a fixed statement.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ref T GetPinnableReference()

Return Value

T
A reference to the first element in this Array3DT.

Exceptions

InvalidOperationExceptionIsNullOrEmpty is .
VerificationException.NET Framework only: you execute this method in a partially trusted AppDomain that does not allow executing unverifiable code.

See Also