-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Metadata_XmlAttributeReader__ctor_2
andrewvk edited this page Jul 1, 2016
·
3 revisions
Reads metadata from provided XML file or from provided assembly resource.
Namespace: CodeJam.Metadata
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public XmlAttributeReader(
string xmlFile,
Assembly assembly
)
VB
Public Sub New (
xmlFile As String,
assembly As Assembly
)
F#
new :
xmlFile : string *
assembly : Assembly -> XmlAttributeReader
- xmlFile
- Type: System.String
Metadata file name. - assembly
- Type: System.Reflection.Assembly
Assembly to get resource stream.
XmlAttributeReader Class
XmlAttributeReader Overload
CodeJam.Metadata Namespace