C# (CSharp) Griffin.Container.InstanceStrategies 네임스페이스

클래스들

이름 설명
InstanceStrategyBase Using an delegate to create the instance.
SingletonFactoryStrategy Return the same instance every time.
TransientInstanceStrategy Create a new instance every time