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

MakeArrayType() public method

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

Same methods

ByRefType::MakeArrayType ( int rank ) : Type