PointerTo
Struct PointerTo
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
Pointer to a native handle.
public struct PointerTo<T> where T : INativeHandle, ISchemaClass<T>Type Parameters
- T
Inherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Properties
Value
public readonly T Value { get; }Property Value
- T