System.Reflection.Pointer.GetPointerType C# (CSharp) Méthode

GetPointerType() private méthode

private GetPointerType ( ) : Type
Résultat System.Type
		internal Type GetPointerType() {
			return _ptrType;
		}