Share via


WorkflowApplicationEventArgs.GetInstanceExtensions<T> 메서드

정의

지정한 형식의 확장명 컬렉션을 가져옵니다.

public:
generic <typename T>
 where T : class System::Collections::Generic::IEnumerable<T> ^ GetInstanceExtensions();
public System.Collections.Generic.IEnumerable<T> GetInstanceExtensions<T> () where T : class;
member this.GetInstanceExtensions : unit -> seq<'T (requires 'T : null)> (requires 'T : null)
Public Function GetInstanceExtensions(Of T As Class) () As IEnumerable(Of T)

형식 매개 변수

T

확장의 형식입니다.

반환

확장명 컬렉션입니다.

적용 대상