Class PointerTo<T>
- Namespace
- CounterStrikeSharp.API.Modules.Utils
- Assembly
- CounterStrikeSharp.API.dll
public class PointerTo<T> : NativeObject where T : NativeObject
Type Parameters
T
- Inheritance
-
objectPointerTo<T>
- Inherited Members
Constructors
PointerTo(nint)
public PointerTo(nint pointer)
Parameters
pointer
nint
Properties
Value
public T Value { get; }
Property Value
- T