C# Class System.Xml.Xsl.Runtime.XmlCollation.Options

Extends System.Globalization.CompareOptions with additional flags.
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
GetFlag ( int flag ) : bool
Options ( int value ) : System.Collections
SetFlag ( int flag, bool value ) : void

Method Details

GetFlag() public method

public GetFlag ( int flag ) : bool
flag int
return bool

Options() public method

public Options ( int value ) : System.Collections
value int
return System.Collections

SetFlag() public method

public SetFlag ( int flag, bool value ) : void
flag int
value bool
return void