-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Metadata_XmlAttributeReader__ctor
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Reads metadata from provided XML file or from provided stream.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public XmlAttributeReader(
Stream xmlDocStream
)
VB
Public Sub New (
xmlDocStream As Stream
)
F#
new :
xmlDocStream : Stream -> XmlAttributeReader
- xmlDocStream
- Type: System.IO.Stream
Stream to read metadata.
Exception | Condition |
---|---|
ArgumentNullException |
XmlAttributeReader Class
XmlAttributeReader Overload
CodeJam.Metadata Namespace