System.Reflection.Pointer.GetPointerType C# (CSharp) Метод

GetPointerType() приватный Метод

private GetPointerType ( ) : Type
Результат System.Type
		internal Type GetPointerType() {
			return _ptrType;
		}