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

IsByRefImpl() protected method

protected IsByRefImpl ( ) : bool
return bool
		protected override bool IsByRefImpl ()
		{
			return true;
		}