Пример #1
0
 protected override Input GetNthNativeElement(UInt64 n)
 {
     return(new Input(InputListNative.kth_chain_input_list_nth(NativeInstance, n), false));
 }