C# Class FileHelpers.RecordInfo.RecordInfoFactory

Show file Open project: MarcosMeli/FileHelpers

Public Methods

Method Description
Resolve ( Type type ) : IRecordInfo

Return the record information for the type

Threadsafe

Method Details

Resolve() public static method

Return the record information for the type
Threadsafe
public static Resolve ( Type type ) : IRecordInfo
type System.Type Type we want settings for
return IRecordInfo