FactoryResolverAdd Method |
| Name | Description | |
|---|---|---|
| Add(String, IFactoryTypeInfo) |
Adds a new contractname resolver to the dictionary.
| |
| Add(String, FuncType, IFactoryTypeInfo, IFactoryTypeInfo) |
Adds a new contractname resolver to the dictionary.
| |
| Add(String, String) |
Adds a new contractname resolver to the dictionary.
| |
| Add(String, Type) |
Adds a new contractname resolver to the dictionary.
| |
| Add(Type, IFactoryTypeInfo) |
Adds a new contractname resolver to the dictionary.
| |
| Add(Type, FuncType, IFactoryTypeInfo, IFactoryTypeInfo) |
Adds a new contractname resolver to the dictionary.
| |
| Add(Type, String) |
Adds a new contractname resolver to the dictionary.
| |
| Add(Type, Type) |
Adds a new contractname resolver to the dictionary.
|