C# Class Gendarme.Rules.Naming.UseCorrectPrefixRule

Inheritance: Gendarme.Framework.Rule, ITypeRule
Show file Open project: remobjects/mono-tools

Public Methods

Method Description
CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult

Private Methods

Method Description
IsCorrectGenericParameterName ( string name ) : bool
IsCorrectInterfaceName ( string name ) : bool
IsCorrectTypeName ( string name ) : bool

Method Details

CheckType() public method

public CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult
type Mono.Cecil.TypeDefinition
return RuleResult