IExpando::RemoveMember Method (MemberInfo^)

 

Removes the specified member.

Namespace:   System.Runtime.InteropServices.Expando
Assembly:  mscorlib (in mscorlib.dll)

void RemoveMember(
	MemberInfo^ m
)

Parameters

m
Type: System.Reflection::MemberInfo^

The member to remove.

Exception Condition
NotSupportedException

The IExpando object does not support this method.

.NET Framework
Available since 1.1
Return to top
Show: