Interface IArrPointer<T>
Assembly: GCore.dll
Syntax
public interface IArrPointer<T>
where T : struct
Type Parameters
Properties
|
Improve this Doc
View Source
ElementSize
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Ptr
Declaration
Property Value
Methods
|
Improve this Doc
View Source
GetElement(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
ToArray(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Extension Methods