System.Reflection.Emit.ArrayType.IsArrayImpl C# (CSharp) Метод

IsArrayImpl() защищенный Метод

protected IsArrayImpl ( ) : bool
Результат bool
		protected override bool IsArrayImpl ()
		{
			return true;
		}