Method | Description | |
---|---|---|
Populate ( this container, IEnumerable |
Populates the container using the specified service descriptors. This method should only be called once per container. |
Method | Description | |
---|---|---|
CreateFactory ( this descriptor ) : object>>.Expression |
||
Register ( this registry, IEnumerable |
||
Register ( this registry, ServiceDescriptor descriptor ) : void | ||
ThrowIfMarkerInterfaceIsRegistered ( StructureMap.Graph.PluginGraph graph ) : void |
public static Populate ( this container, IEnumerable |
||
container | this | The container. |
descriptors | IEnumerable |
The service descriptors. |
return | void |