VirtualTypeBuilder.MethodInfoCollection.Remove(MethodInfo) Yöntem

Tanım

Koleksiyondan belirli bir ilk oluşumu kaldırır MethodInfo .

public:
 void Remove(System::Reflection::MethodInfo ^ value);
public void Remove (System.Reflection.MethodInfo value);
member this.Remove : System.Reflection.MethodInfo -> unit
Public Sub Remove (value As MethodInfo)

Parametreler

value
MethodInfo

MethodInfoKoleksiyondan kaldırılacak.

Özel durumlar

value, null değeridir.

Şunlara uygulanır