Interface ITypedPointer<T, TSelf>
Represents an abstract pointer type pointing to a target of type T.
Inherited Members
Namespace: SemPtr
Assembly: SemPtr.dll
Syntax
public interface ITypedPointer<T, TSelf> : ITypedPointer<T>, IPointer<TSelf>, IPointer where T : unmanaged, allows ref struct where TSelf : unmanaged, ITypedPointer<T, TSelf>, allows ref struct
Type Parameters
| Name | Description |
|---|---|
| T | The type of the target that the pointer points to. |
| TSelf | The type of the pointer. |
Methods
| Name | Description |
|---|---|
| FromRaw(T*) | Creates a |