Skip to content

M_CodeJam_Metadata_XmlAttributeReader__ctor

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

XmlAttributeReader Constructor (Stream)

Reads metadata from provided XML file or from provided stream.

Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public XmlAttributeReader(
	Stream xmlDocStream
)

VB

Public Sub New ( 
	xmlDocStream As Stream
)

F#

new : 
        xmlDocStream : Stream -> XmlAttributeReader

Parameters

 

xmlDocStream
Type: System.IO.Stream
Stream to read metadata.

Exceptions

 

Exception Condition
ArgumentNullException

See Also

Reference

XmlAttributeReader Class
XmlAttributeReader Overload
CodeJam.Metadata Namespace

Clone this wiki locally