Class InstanceFactory
Inheritance
System.Object
InstanceFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public abstract class InstanceFactory
Constructors
InstanceFactory()
Declaration
protected InstanceFactory()
Methods
CreateInstance(Type)
Declaration
public abstract object CreateInstance(Type instanceType)
Parameters
System.Type
instanceType
|
Returns
System.Object
|