C# Class NDomain.StateMutator

Internal cache for StateMutator instances, as their construction is very heavy
显示文件 Open project: mfelicio/NDomain Class Usage Examples

Public Methods

Method Description
For ( Type stateType ) : IStateMutator

Private Methods

Method Description
CreateMutator ( Type stateType ) : IStateMutator
StateMutator ( ) : NDomain.Helpers

Method Details

For() public static method

public static For ( Type stateType ) : IStateMutator
stateType System.Type
return IStateMutator