Array.Length プロパティ
Array のすべての次元内の要素の総数を表す 32 ビット整数を取得します。
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}
[C++]
public: __property int get_Length();
[JScript]
public function get Length() : int;
プロパティ値
Array のすべての次元内の要素の総数を表す 32 ビット整数。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
Array クラス | Array メンバ | System 名前空間 | ICollection.Count | GetLength | Rank