示例#1
0
 protected override UInt64 GetCount()
 {
     return(StealthCompactListNative.kth_chain_stealth_compact_list_count(NativeInstance));
 }
示例#2
0
 protected override void DestroyNativeList()
 {
     StealthCompactListNative.kth_chain_stealth_compact_list_destruct(NativeInstance);
 }
示例#3
0
 protected override IStealthCompact GetNthNativeElement(UInt64 n)
 {
     return(new StealthCompact(StealthCompactListNative.kth_chain_stealth_compact_list_nth(NativeInstance, n), false));
 }