C# Class ShootBlues.DependencyManager

Mostrar archivo Open project: kg/shootblues

Protected Properties

Property Type Description
_Dependencies HashSet
_OptionalDependencies HashSet

Protected Methods

Method Description
AddDependency ( string name ) : void
AddDependency ( string name, bool optional ) : void
ClearDependencies ( ) : void

Method Details

AddDependency() protected method

protected AddDependency ( string name ) : void
name string
return void

AddDependency() protected method

protected AddDependency ( string name, bool optional ) : void
name string
optional bool
return void

ClearDependencies() protected method

protected ClearDependencies ( ) : void
return void

Property Details

_Dependencies protected_oe property

protected HashSet _Dependencies
return HashSet

_OptionalDependencies protected_oe property

protected HashSet _OptionalDependencies
return HashSet