Method | Description | |
---|---|---|
GetElementByteCount ( ) : uint | ||
GetMember ( int index ) : |
||
GetMemberByKey ( int columnIndex, uint key ) : |
||
GetPhysicalLength ( ) : uint | ||
TryGetMember ( int index, |
||
UpdateRows ( NetBuildingContext context ) : void | ||
UpdateTokens ( ) : void |
Method | Description | |
---|---|---|
SetMemberCount ( uint capacity ) : void | ||
SetReadingContext ( ReadingContext readingContext ) : void |
public abstract GetElementByteCount ( ) : uint | ||
return | uint |
public abstract GetMember ( int index ) : |
||
index | int | |
return |
public GetMemberByKey ( int columnIndex, uint key ) : |
||
columnIndex | int | |
key | uint | |
return |
public TryGetMember ( int index, |
||
index | int | |
member | ||
return | bool |
public abstract UpdateRows ( NetBuildingContext context ) : void | ||
context | NetBuildingContext | |
return | void |