C# Class System.Xml.Xsl.Xslt.ScriptClass

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
endLoc Location
endUri string
ns string
nsImports System.Collections.Specialized.StringCollection
refAssemblies System.Collections.Specialized.StringCollection
refAssembliesByHref bool
scriptUris string>.Dictionary

Public Methods

Method Description
ScriptClass ( string ns ) : System.Collections.Generic

Private Methods

Method Description
GenerateUniqueClassName ( ) : string

Method Details

ScriptClass() public method

public ScriptClass ( string ns ) : System.Collections.Generic
ns string
return System.Collections.Generic

Property Details

endLoc public_oe property

public Location endLoc
return Location

endUri public_oe property

public string endUri
return string

ns public_oe property

public string ns
return string

nsImports public_oe property

public StringCollection,System.Collections.Specialized nsImports
return System.Collections.Specialized.StringCollection

refAssemblies public_oe property

public StringCollection,System.Collections.Specialized refAssemblies
return System.Collections.Specialized.StringCollection

refAssembliesByHref public_oe property

public bool refAssembliesByHref
return bool

scriptUris public_oe property

public Dictionary scriptUris
return string>.Dictionary