BasicOffsetTable Property
The basic offset table as read from the received data.
public System.uint[] BasicOffsetTable {get; set;}
public read-write property BasicOffsetTable: System.array of LongWord;
public function get,set BasicOffsetTable : System.uint[]
public: __property System.uint[]* get_BasicOffsetTable();
public: __property void set_BasicOffsetTable(
System.uint[][]* value
);
public:
property System.array<uint>^ BasicOffsetTable {
System.array<uint>^ get();
void set ( System.array<uint>^ value);
}
'Declaration
Public Property BasicOffsetTable As System.UInteger()
'Usage
Dim instance As ValidateFragmentsArgs
Dim value() As System.UInteger
instance.BasicOffsetTable = value
value = instance.BasicOffsetTable
Target Platforms: .NET CLR 4.8 or higher