Skip to content

M_CodeJam_Metadata_XmlAttributeReader__ctor_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

XmlAttributeReader Constructor (String)

Reads metadata from provided XML file or from calling assembly resource.

Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public XmlAttributeReader(
	string xmlFile
)

VB

Public Sub New ( 
	xmlFile As String
)

F#

new : 
        xmlFile : string -> XmlAttributeReader

Parameters

 

xmlFile
Type: System.String
Metadata file name.

See Also

Reference

XmlAttributeReader Class
XmlAttributeReader Overload
CodeJam.Metadata Namespace

Clone this wiki locally