C# Class Nyaml.Nodes.Sequence

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Sequence ( ) : 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

Sequence() public method

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