C# Class Nyaml.Nodes.Mapping

Inheritance: Collection
显示文件 Open project: yaml/Nyaml

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Mapping ( ) : System.Collections.Generic

Private Methods

Method Description
Serialize ( Serializer serializer ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Mapping() public method

public Mapping ( ) : System.Collections.Generic
return System.Collections.Generic