C# Class sb.Core.Slices.Slice

ファイルを表示 Open project: slicebuild/sb Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Slice ( string relPath, SemVerInfo info, IList lines ) : System.Collections.Generic
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Slice() public method

public Slice ( string relPath, SemVerInfo info, IList lines ) : System.Collections.Generic
relPath string
info SemVerInfo
lines IList
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string