C# Class YamlDotNet.Serialization.ObjectFactories.DefaultObjectFactory

Creates objects using Activator.CreateInstance.
Inheritance: IObjectFactory
显示文件 Open project: aaubry/YamlDotNet

Public Methods

Method Description
Create ( Type type ) : object

Method Details

Create() public method

public Create ( Type type ) : object
type System.Type
return object