System.Reflection.Emit.ByRefType.MakeByRefType C# (CSharp) Method

MakeByRefType() public method

public MakeByRefType ( ) : Type
return Type
		public override Type MakeByRefType ()
		{
			throw new ArgumentException ("Cannot create a byref type of an already byref type");
		}