-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Metadata_XmlAttributeReader__ctor
andrewvk edited this page Jul 1, 2016
·
3 revisions
Reads metadata from provided XML file or from provided stream.
Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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