Struct ArrPointer7<T>
Implements
IEnumerable<T>
Assembly: GCore.dll
Syntax
public struct ArrPointer7<T> : IArrPointerN<T>, IArrPointer<T>, IEnumerable<T> where T : struct
Type Parameters
Constructors
|
Improve this Doc
View Source
ArrPointer7(IntPtr)
Declaration
public ArrPointer7(IntPtr p)
Parameters
Type |
Name |
Description |
IntPtr |
p |
|
Fields
|
Improve this Doc
View Source
_p
Declaration
Field Value
Properties
|
Improve this Doc
View Source
ElementSize
Declaration
public int ElementSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Ptr
Declaration
public IntPtr Ptr { get; }
Property Value
|
Improve this Doc
View Source
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetElement(Int32)
Declaration
public T GetElement(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type |
Description |
IEnumerator<T> |
|
|
Improve this Doc
View Source
ToArray()
Declaration
Returns
|
Improve this Doc
View Source
ToArray(Int32)
Declaration
public T[] ToArray(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Implements
IEnumerable<>
Extension Methods