C# Class YamlDotNet.Serialization.ObjectFactories.DefaultObjectFactory

Creates objects using Activator.CreateInstance.
Inheritance: IObjectFactory
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Create ( Type type ) : object

Method Details

Create() public méthode

public Create ( Type type ) : object
type System.Type
Résultat object