MethodDataCollection.Remove(String) 메서드

정의

MethodData에서 MethodDataCollection 개체를 제거합니다.

public:
 virtual void Remove(System::String ^ methodName);
public virtual void Remove (string methodName);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (methodName As String)

매개 변수

methodName
String

컬렉션에서 제거할 메서드의 이름입니다.

설명

MethodData 클래스에 인스턴스가 MethodDataCollection 없는 경우에만 개체를 제거할 수 있습니다. 다른 경우에는 예외가 발생합니다.

.NET Framework 보안

직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.

적용 대상