C# Class VCFileUtils.Model.VCProjectItemWrapper

显示文件 Open project: reloZid/vc-fileutils

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
VCProjectItemWrapper ( VCProjectItem item ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

VCProjectItemWrapper() protected method

protected VCProjectItemWrapper ( VCProjectItem item ) : System
item VCProjectItem
return System