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

IsPointerImpl() protected method

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