C# Class TeaDriven.Graphology.CompositeTypeExclusion

Inheritance: ITypeExclusion
Exibir arquivo Open project: TeaDrivenDev/Graphology

Public Methods

Method Description
AppliesTo ( Type type ) : bool
CompositeTypeExclusion ( ) : System
CompositeTypeExclusion ( IEnumerable exclusions ) : System

Method Details

AppliesTo() public method

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

CompositeTypeExclusion() public method

public CompositeTypeExclusion ( ) : System
return System

CompositeTypeExclusion() public method

public CompositeTypeExclusion ( IEnumerable exclusions ) : System
exclusions IEnumerable
return System