Class NonGenericList

Class NonGenericList

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

非一般的な物件リスト

public class NonGenericList : IList, ICollection, IEnumerable

Inheritance

object NonGenericList

Derived

MetaObjectList

Implements

IList , ICollection , IEnumerable

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

NonGenericList(アイリス)

Aspose.Imaging.NonGenericListクラスの新しい例を開始します。

public NonGenericList(IList list)

Parameters

list IList

コンテナ - コンテナ - コンテナ

Fields

リスト

リスト - 物体の内部コンテナ

[JsonProperty]
protected IList list

フィールド価値

IList

Properties

Count

System.Collections.ICollection に含まれる要素の数を取得します。

public int Count { get; }

不動産価値

int

IsFixedSize

System.Collections.IList に固定サイズがあるかどうかを示す値が表示されます。

public bool IsFixedSize { get; }

不動産価値

bool

IsReadOnly

System.Collections.IList が読まれているかどうかを示す値を得る。

public bool IsReadOnly { get; }

不動産価値

bool

IsSynchronized

System.Collections.ICollection へのアクセスが同期されているかどうかを示す値が表示されます(トレードセキュア)。

public bool IsSynchronized { get; }

不動産価値

bool

SyncRoot

System.Collections.ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。

public object SyncRoot { get; }

不動産価値

object

この[インタ]

指定されたインデックスに元素を取得または設定します。

public object this[int index] { get; set; }

不動産価値

object

Methods

Add(対象)

System.Collections.IList に項目を追加します。

public int Add(object value)

Parameters

value object

System.Object を System.Collections.IList に追加します。

Returns

int

新しい要素が挿入された位置。

Clear()

System.Collections.IList からすべてのアイテムを削除します。

public void Clear()

Contains(対象)

System.Collections.IList に特定の値が含まれているかどうかを決定します。

public bool Contains(object value)

Parameters

value object

System.Object は System.Collections.IList に表示されます。

Returns

bool

System.Object が System.Collections.IList で見つかる場合の真実; そうでなければ、偽物です。

CopyTo(アーレイ、Int)

System.Collections.ICollection の要素を System.Array にコピーし、特定の System.Array インデックスから開始します。

public void CopyTo(Array array, int index)

Parameters

array Array

System.Array は、System.Collections.ICollection からコピーされた要素の目的地であり、System.Array はゼロベースのインデックスを有する必要があります。

index int

ゼロベースのインデックスは、コードクラス(paramref)の順番で、コピーが始まります。

GetEnumerator()

コレクションを通じてイタレートするリストを返します。

public IEnumerator GetEnumerator()

Returns

IEnumerator

System.Collections.IEnumerator オブジェクトは、コレクションを通してイテレートするために使用することができます。

IndexOf(対象)

System.Collections.IList の特定のアイテムのインデックスを決定します。

public int IndexOf(object value)

Parameters

value object

System.Object は System.Collections.IList に表示されます。

Returns

int

リストに含まれている場合の value インデックス; そうでなければ、 -1.

Insert(オブジェクト)

指定インデックスの System.Collections.IList に項目を入力します。

public void Insert(int index, object value)

Parameters

index int

ゼロベースのインデックスで value’ を入力する必要があります。

value object

System.Object を System.Collections.IList に挿入します。

Remove(対象)

System.Collections.IList から特定のオブジェクトの最初の出現を削除します。

public void Remove(object value)

Parameters

value object

System.Object を System.Collections.IList から削除します。

RemoveAt(インタ)

指定インデックスの System.Collections.IList 項目を削除します。

public void RemoveAt(int index)

Parameters

index int

削除するアイテムのゼロベースインデックス。

 日本語