C# Class System.Xml.XmlBinaryWriterSession

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
TryAdd ( System value, int &key ) : bool
XmlBinaryWriterSession ( )

Method Details

Reset() public method

public Reset ( ) : void
return void

TryAdd() public method

public TryAdd ( System value, int &key ) : bool
value System
key int
return bool

XmlBinaryWriterSession() public method