다음을 통해 공유


InvokeMethod<TResult>.GenericTypeArguments 속성

정의

포함된 메서드의 제네릭 형식 인수입니다.

public:
 property System::Collections::ObjectModel::Collection<Type ^> ^ GenericTypeArguments { System::Collections::ObjectModel::Collection<Type ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Type> GenericTypeArguments { get; }
member this.GenericTypeArguments : System.Collections.ObjectModel.Collection<Type>
Public ReadOnly Property GenericTypeArguments As Collection(Of Type)

속성 값

인수입니다.

설명

호출된 메서드가 제네릭인 경우에만 제네릭 형식 인수를 설정해야 합니다.

적용 대상