Interface ITypedPointer<T>
Represents an abstract pointer type pointing to a target of type T.
Namespace: SemPtr
Assembly: SemPtr.dll
Syntax
public interface ITypedPointer<T> : IPointer where T : unmanaged, allows ref struct
Type Parameters
| Name | Description |
|---|---|
| T | The type of the target that the pointer points to. |
Properties
| Name | Description |
|---|---|
| Raw | Gets a raw pointer pointing to the same target as the current pointer. |