IEnumerableContract<C> 인터페이스

정의

IContract 개체의 제네릭 컬렉션을 단순하게 반복할 수 있는 열거자를 노출합니다.

generic <typename C>
 where C : IContractpublic interface class IEnumerableContract : System::AddIn::Contract::IContract
public interface IEnumerableContract<C> : System.AddIn.Contract.IContract where C : IContract
type IEnumerableContract<'C (requires 'C :> IContract)> = interface
    interface IContract
Public Interface IEnumerableContract(Of C)
Implements IContract

형식 매개 변수

C

열거할 개체의 형식입니다. CIContract 인터페이스를 구현해야 합니다.

파생
구현

메서드

AcquireLifetimeToken()

클라이언트가 계약을 해지할 때까지 클라이언트에서 계약에 액세스할 수 있도록 지정합니다.

(다음에서 상속됨 IContract)
GetEnumeratorContract()

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

GetRemoteHashCode()

IContract의 해시 코드를 반환합니다.

(다음에서 상속됨 IContract)
QueryContract(String)

이 계약에서 구현하는 계약을 반환합니다.

(다음에서 상속됨 IContract)
RemoteEquals(IContract)

지정된 계약이 이 IContract와 같은지 여부를 나타냅니다.

(다음에서 상속됨 IContract)
RemoteToString()

현재 IContract의 문자열 표현을 반환합니다.

(다음에서 상속됨 IContract)
RevokeLifetimeToken(Int32)

클라이언트에서 계약에 더 이상 액세스할 수 없도록 지정합니다.

(다음에서 상속됨 IContract)

적용 대상