ElementInit.AddMethod 속성

정의

IEnumerable 컬렉션에 요소를 추가하는 데 사용하는 인스턴스 메서드를 가져옵니다.

public:
 property System::Reflection::MethodInfo ^ AddMethod { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo AddMethod { get; }
member this.AddMethod : System.Reflection.MethodInfo
Public ReadOnly Property AddMethod As MethodInfo

속성 값

컬렉션에 요소를 추가하는 인스턴스 메서드를 나타내는 MethodInfo입니다.

적용 대상