CStrongHandle
Struct CStrongHandle
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
An partial implementation of the CStrongHandle struct.
public struct CStrongHandle<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
IsValid
public readonly bool IsValid { get; }Property Value
Value
public readonly T Value { get; }Property Value
- T