C# Class VW.Serializer.ConfigInspector

显示文件 Open project: NativoPlatform/vowpal_wabbit

Public Methods

Method Description
CreateSchema ( Type type, string config, Action warnings = null ) : Schema

Private Methods

Method Description
GetGroupMatch ( Group group ) : IEnumerable
ParseChar ( string value ) : char
ParseString ( string value ) : string
WalkPropertyPath ( Expression e, IEnumerable properties ) : Expression

Method Details

CreateSchema() public static method

public static CreateSchema ( Type type, string config, Action warnings = null ) : Schema
type System.Type
config string
warnings Action
return Schema