Type Summary
public abstract class Array : ICloneable, IList, ICollection, IEnumerable { // Constructors protected Array(); // Properties MS public virtual bool IsFixedSize { get; } MS public virtual bool IsReadOnly { get; } MS public virtual bool IsSynchronized { get; } public int Length { get; } CF 1.1 public long LongLength { get; } public int Rank { get; } MS public virtual object SyncRoot { get; } // Methods CF public static int BinarySearch (Array array, int index, int length, object value); public static int BinarySearch (Array array, int index, int length, object value, IComparer comparer); public static int BinarySearch (Array array, object value); CF public static int BinarySearch (Array array, object value, IComparer comparer);
Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.