C# Class Nyaml.Tags.Base

Afficher le fichier Open project: yaml/Nyaml

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
Compose ( ) : Nodes.Base
ConstructObject ( Nodes node, Constructor constructor ) : object
RepresentObject ( object data, Representer representer ) : Nodes.Base
Validate ( Nodes node ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string