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는 0 기반 인덱스가 있어야 합니다.

index int

array’의 0 기반 인덱스에서 복사 시작합니다.

GetEnumerator()

그것은 컬렉션을 통해 이테라이트하는 번호를 반환합니다.

public IEnumerator GetEnumerator()

Returns

IEnumerator

System.Collections.IEnumerator 개체는 컬렉션을 통해 iterate하는 데 사용될 수 있습니다.

IndexOf(객체)

System.Collections.IList에서 특정 항목의 인덱스를 결정합니다.

public int IndexOf(object value)

Parameters

value object

System.Object는 System.Collections.IList에서 위치할 수 있습니다.

Returns

int

목록에 있는 경우 value’의 인덱스; 그렇지 않으면, -1.

Insert(주제 : Object)

지정된 인덱스에 System.Collections.IList에 항목을 입력합니다.

public void Insert(int index, object value)

Parameters

index int

value"를 입력해야 하는 0 기반 지수입니다.

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

제거해야 할 항목의 0 기반 지수.

 한국어