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

ByRefType() private method

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