Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Rhino
Ast
XmlFragment
C# Class Rhino.Ast.XmlFragment
Abstract base type for components that comprise an
XmlLiteral
object. Node type is
Rhino.Token.XML
.
Inheritance:
AstNode
Mostrar archivo
Open project: hazzik/Rhino.Net
Class Usage Examples
Public Methods
Method
Description
XmlFragment
( ) :
Rhino
XmlFragment
(
int
pos
) :
Rhino
XmlFragment
(
int
pos
,
int
len
) :
Rhino
Method Details
XmlFragment()
public
method
public
XmlFragment
( ) :
Rhino
return
Rhino
XmlFragment()
public
method
public
XmlFragment
(
int
pos
) :
Rhino
pos
int
return
Rhino
XmlFragment()
public
method
public
XmlFragment
(
int
pos
,
int
len
) :
Rhino
pos
int
len
int
return
Rhino