Class NewInstanceProvider
Inheritance
object
NewInstanceProvider
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public class NewInstanceProvider : IInstanceProvider
Methods
Get<T>()
Declaration
public T Get<T>() where T : class, new()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
ReturnAll()
Declaration
public void ReturnAll()