C# 클래스 ShootBlues.DependencyManager

파일 보기 프로젝트 열기: kg/shootblues

보호된 프로퍼티들

프로퍼티 타입 설명
_Dependencies HashSet
_OptionalDependencies HashSet

보호된 메소드들

메소드 설명
AddDependency ( string name ) : void
AddDependency ( string name, bool optional ) : void
ClearDependencies ( ) : void

메소드 상세

AddDependency() 보호된 메소드

protected AddDependency ( string name ) : void
name string
리턴 void

AddDependency() 보호된 메소드

protected AddDependency ( string name, bool optional ) : void
name string
optional bool
리턴 void

ClearDependencies() 보호된 메소드

protected ClearDependencies ( ) : void
리턴 void

프로퍼티 상세

_Dependencies 보호되어 있는 프로퍼티

protected HashSet _Dependencies
리턴 HashSet

_OptionalDependencies 보호되어 있는 프로퍼티

protected HashSet _OptionalDependencies
리턴 HashSet