System.Reflection.Emit.ArrayType.IsArrayImpl C# (CSharp) Method

IsArrayImpl() protected method

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