-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Metadata_XmlAttributeReader__ctor
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
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
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