C# Class Monodoc.EcmaProvider.TypeInfo

Inheritance: IComparable
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Свойство Type Description
type_assembly string
type_doc System.Xml.XmlNode
type_full string
type_kind string
type_name string

Méthodes publiques

Méthode Description
CompareTo ( object b ) : int
TypeInfo ( string k, string a, string f, string s, XmlNode n ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object b ) : int
b object
Résultat int

TypeInfo() public méthode

public TypeInfo ( string k, string a, string f, string s, XmlNode n ) : System
k string
a string
f string
s string
n System.Xml.XmlNode
Résultat System

Property Details

type_assembly public_oe property

public string type_assembly
Résultat string

type_doc public_oe property

public XmlNode,System.Xml type_doc
Résultat System.Xml.XmlNode

type_full public_oe property

public string type_full
Résultat string

type_kind public_oe property

public string type_kind
Résultat string

type_name public_oe property

public string type_name
Résultat string