Метод | Описание | |
---|---|---|
GetElementByteCount ( ) : uint | ||
GetMember ( int index ) : |
||
GetMemberByKey ( int columnIndex, uint key ) : |
||
GetPhysicalLength ( ) : uint | ||
TryGetMember ( int index, |
||
UpdateRows ( NetBuildingContext context ) : void | ||
UpdateTokens ( ) : void |
Метод | Описание | |
---|---|---|
SetMemberCount ( uint capacity ) : void | ||
SetReadingContext ( ReadingContext readingContext ) : void |
public abstract GetElementByteCount ( ) : uint | ||
Результат | uint |
public abstract GetMember ( int index ) : |
||
index | int | |
Результат |
public GetMemberByKey ( int columnIndex, uint key ) : |
||
columnIndex | int | |
key | uint | |
Результат |
public TryGetMember ( int index, |
||
index | int | |
member | ||
Результат | bool |
public abstract UpdateRows ( NetBuildingContext context ) : void | ||
context | NetBuildingContext | |
Результат | void |