다음을 통해 공유


AlgorithmParameterCollection 멤버

Contains a collection of AlgorithmParameter objects. This class cannot be inherited.

AlgorithmParameterCollection 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 AlgorithmParameterCollection Initializes a new instance of AlgorithmParameter.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add(AlgorithmParameter) Adds an AlgorithmParameter to the end of the collection.
공용 메서드 Add(String, Object) Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.
공용 메서드 Clear Removes all elements from the collection.
공용 메서드 Contains(String) Indicates whether the collection contains an AlgorithmParameter with the specified name.
공용 메서드 Contains(AlgorithmParameter) Indicates whether the collection contains a specified AlgorithmParameter.
공용 메서드 CopyTo(AlgorithmParameterCollection) Copies the entire collection to the end of an AlgorithmParameterCollection.
공용 메서드 CopyTo(Array, Int32) Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 Find Gets the AlgorithmParameter, with the specified name, from the collection.
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 IndexOf(String) Gets the index of an AlgorithmParameter with the specified name.
공용 메서드 IndexOf(AlgorithmParameter) Gets the index of a specified AlgorithmParameter.
공용 메서드 Insert(Int32, AlgorithmParameter) Inserts an AlgorithmParameter into the collection at the specified index.
공용 메서드 Insert(Int32, String, Object) Creates and inserts an AlgorithmParameter, with the specified name and value, into the collection at the specified index.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Remove(String) Removes the AlgorithmParameter, with the specified name, from the collection.
공용 메서드 Remove(AlgorithmParameter) Removes the specified AlgorithmParameter from the collection.
공용 메서드 RemoveAt Removes the AlgorithmParameter, at the specified index, from the collection.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of AlgorithmParameter objects contained in the collection.
공용 속성 Item[ ( [ ( Int32] ) ] ) Gets the AlgorithmParameter at the specified index from the collection.
공용 속성 Item[ ( [ ( String] ) ] ) Gets the AlgorithmParameter, with the specified name, from the collection.

맨 위로 이동