System.Globalization.SortKey.SortKey C# (CSharp) Method

SortKey() private method

private SortKey ( int lcid, string source, CompareOptions options )
lcid int
source string
options CompareOptions
		internal SortKey (int lcid, string source, CompareOptions options)
		{
			this.lcid = lcid;
			str = source;
			this.options = options;
		}

Same methods

SortKey::SortKey ( )