IConventionTypeBase.IsIgnored(String) Method

Definition

Indicates whether the given member name is ignored.

public virtual bool IsIgnored (string memberName);
abstract member IsIgnored : string -> bool
override this.IsIgnored : string -> bool
Public Overridable 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