Show / Hide Table of Contents

Interface IArrPointerN<T>

Inherited Members
IArrPointer<T>.Ptr
IArrPointer<T>.ElementSize
IArrPointer<T>.GetElement(Int32)
IArrPointer<T>.ToArray(Int32)
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 Source

Size

Declaration
int Size { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToArray()

Declaration
T[] ToArray()
Returns
Type Description
T[]

Extension Methods

ClassExtensions.ThrowIfArgumentIsNull<T>(T, String)
EnumExtensions.Flag<T>(T, T)
ObjectExtensions.IsNumber(Object)
SerializingExtensions.Serialize<T>(T, SerializingExtensions.Serializer)
SerializingExtensions.SerializeBinary<T>(T)
SerializingExtensions.SerializeSoap<T>(T)
SerializingExtensions.SerializeXML<T>(T, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX