BuildDependencyKey(object)
Builds a dependency key for a given object.
Declaration
public virtual string BuildDependencyKey(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | An object. |
Returns
Type | Description |
---|---|
string | A dependency key that uniquely represents |