System.Reflection.Emit.PointerType.PointerType C# (CSharp) Method

PointerType() private method

private PointerType ( Type elementType ) : System.Reflection
elementType Type
return System.Reflection
		internal PointerType (Type elementType) : base (elementType)
		{
		}