CastArray3DTFrom, TToGetPinnableReference Method

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

Definition

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

Return Value

TTo
A reference to the first element in this CastArray3DTFrom, TTo.

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