Friday, August 1.
  • Top Posts

    What are the properties of Array in C# ?

    ad728
    Properties of an Array include:
    • Length â€“ Gets the total number of elements in an array.
    • IsFixedSize â€“ Tells whether the array is fixed in size or not.
    • IsReadOnly â€“ Tells whether the array is read-only or not.

    No comments

    Post Top Ad

    Post Bottom Ad