Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray.HasErrors C# (CSharp) Method

HasErrors() public method

public HasErrors ( ) : bool
return bool
        public bool HasErrors() { return false; }
        public CType Item(int i) { return _items[i]; }