コード例 #1
0
ファイル: Pointer.cs プロジェクト: envis10n/Warrens
 internal Pointer(string s)
 {
     ptp = PointerType.Of(s);
 }