Interface IArrPointerN<T>
Inherited Members
Namespace: GCore.NativeInterop
Assembly: GCore.dll
Syntax
public interface IArrPointerN<T> : IArrPointer<T>, IEnumerable<T> where T : struct
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceSize
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToArray()
Declaration
T[] ToArray()
Returns
Type | Description |
---|---|
T[] |