C# Class ShootBlues.DependencyManager

Afficher le fichier Open project: kg/shootblues

Protected Properties

Свойство Type Description
_Dependencies HashSet
_OptionalDependencies HashSet

Méthodes protégées

Méthode Description
AddDependency ( string name ) : void
AddDependency ( string name, bool optional ) : void
ClearDependencies ( ) : void

Method Details

AddDependency() protected méthode

protected AddDependency ( string name ) : void
name string
Résultat void

AddDependency() protected méthode

protected AddDependency ( string name, bool optional ) : void
name string
optional bool
Résultat void

ClearDependencies() protected méthode

protected ClearDependencies ( ) : void
Résultat void

Property Details

_Dependencies protected_oe property

protected HashSet _Dependencies
Résultat HashSet

_OptionalDependencies protected_oe property

protected HashSet _OptionalDependencies
Résultat HashSet