CompletionSourceList 클래스

정의

완료를 위해 완료를 제공할 때 사용할 완료 원본 목록입니다.

public ref class CompletionSourceList : System::Collections::Generic::IEnumerable<System::CommandLine::Completions::ICompletionSource ^>, System::Collections::Generic::IReadOnlyCollection<System::CommandLine::Completions::ICompletionSource ^>, System::Collections::Generic::IReadOnlyList<System::CommandLine::Completions::ICompletionSource ^>
public class CompletionSourceList : System.Collections.Generic.IEnumerable<System.CommandLine.Completions.ICompletionSource>, System.Collections.Generic.IReadOnlyCollection<System.CommandLine.Completions.ICompletionSource>, System.Collections.Generic.IReadOnlyList<System.CommandLine.Completions.ICompletionSource>
type CompletionSourceList = class
    interface IReadOnlyList<ICompletionSource>
    interface seq<ICompletionSource>
    interface IEnumerable
    interface IReadOnlyCollection<ICompletionSource>
Public Class CompletionSourceList
Implements IEnumerable(Of ICompletionSource), IReadOnlyCollection(Of ICompletionSource), IReadOnlyList(Of ICompletionSource)
상속
CompletionSourceList
구현

생성자

CompletionSourceList()

속성

Count

컬렉션의 요소 수를 가져옵니다.

Item[Int32]

읽기 전용 목록에서 지정된 인덱스의 요소를 가져옵니다.

메서드

Add(ICompletionSource)

완성 원본을 목록에 추가합니다.

Clear()

완료 원본을 지웁니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

확장 메서드

Add(CompletionSourceList, CompletionDelegate)

대리자를 사용하여 완성 원본을 추가합니다.

Add(CompletionSourceList, Func<CompletionContext,IEnumerable<String>>)

대리자를 사용하여 완성 원본을 추가합니다.

Add(CompletionSourceList, String[])

대리자를 사용하여 완성 원본을 추가합니다.

적용 대상