-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Metadata_XmlAttributeReader__ctor_2
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Reads metadata from provided XML file or from provided assembly resource.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.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