Click or drag to resize

CSVPropertyOrderHelperResolvePropertyOrder Method

[Missing <summary> documentation for "M:com.espertech.esperio.csv.CSVPropertyOrderHelper.ResolvePropertyOrder(System.String[],System.Collections.Generic.IDictionary`2)"]

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public static string[] ResolvePropertyOrder(
	string[] firstRow,
	IDictionary propertyTypes
)

Parameters

firstRow
Type: SystemString

[Missing <param name="firstRow"/> documentation for "M:com.espertech.esperio.csv.CSVPropertyOrderHelper.ResolvePropertyOrder(System.String[],System.Collections.Generic.IDictionary`2)"]

propertyTypes
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="propertyTypes"/> documentation for "M:com.espertech.esperio.csv.CSVPropertyOrderHelper.ResolvePropertyOrder(System.String[],System.Collections.Generic.IDictionary`2)"]

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esperio.csv.CSVPropertyOrderHelper.ResolvePropertyOrder(System.String[],System.Collections.Generic.IDictionary`2)"]

See Also