C# Class TeaDriven.Graphology.ConcreteTypeExclusion

Inheritance: ITypeExclusion
Exibir arquivo Open project: TeaDrivenDev/Graphology

Public Methods

Method Description
AppliesTo ( Type type ) : bool
ConcreteTypeExclusion ( ) : System
ConcreteTypeExclusion ( IEnumerable types ) : System

Method Details

AppliesTo() public method

public AppliesTo ( Type type ) : bool
type System.Type
return bool

ConcreteTypeExclusion() public method

public ConcreteTypeExclusion ( ) : System
return System

ConcreteTypeExclusion() public method

public ConcreteTypeExclusion ( IEnumerable types ) : System
types IEnumerable
return System