예제 #1
0
파일: Pointer.cs 프로젝트: envis10n/Warrens
 internal Pointer(string s)
 {
     ptp = PointerType.Of(s);
 }