VbPointerTValue Property
Gets or sets the value in the pointer.
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public T this[
int offset
] { get; set; }
Public Default Property Value (
offset As Integer
) As T
Get
Set
Dim instance As VbPointer
Dim offset As Integer
Dim value As T
value = instance(offset)
instance(offset) = value
public:
property T default[int offset] {
T get (int offset);
void set (int offset, T value);
}
member Value : 'T with get, set
No code example is currently available or this language may not be supported.
- offset Int32
-
T
The address offset.