IMutableTypeBase.IsIgnored(String) Method

Definition

Indicates whether the given member name is ignored.

public bool IsIgnored (string memberName);
abstract member IsIgnored : string -> bool
Public Function IsIgnored (memberName As String) As Boolean

Parameters

memberName
String

The name of the member that might be ignored.

Returns

true if the given member name is ignored.

Applies to