C# Class YamlDotNet.Serialization.ObjectFactories.LambdaObjectFactory

Creates objects using a Func{Type,object}"/>.
Inheritance: IObjectFactory
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

Méthode Description
Create ( Type type ) : object
LambdaObjectFactory ( object>.Func factory ) : System

Method Details

Create() public méthode

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

LambdaObjectFactory() public méthode

public LambdaObjectFactory ( object>.Func factory ) : System
factory object>.Func
Résultat System