コード例 #1
0
ファイル: HashTable.cs プロジェクト: wxmiswxm/rtsp-wrapper
 protected HashTable()
 {
     __cxxi_LayoutClass();
     Native = impl.HashTable(impl.Alloc(this));
 }