Accessor.HasModifier Method

Returns true if this accessor has one of a given set of modifiers (such as "public"), false if not.

Parent Type: Accessor

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public bool HasModifier (
params string[] modifiers

)

Parameters

modifiers

The modifiers to search for. Matching is performed in a case-sensitive manner.