System.Reflection.Pointer.GetPointerType C# (CSharp) 메소드

GetPointerType() 개인적인 메소드

private GetPointerType ( ) : Type
리턴 System.Type
		internal Type GetPointerType() {
			return _ptrType;
		}