C# Class fBaseXtensions.Cache.External.Objects.StringEntry

Show file Open project: herbfunk/Funky

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
StringEntry ( ) : System
StringEntry ( string Name ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

StringEntry() protected method

protected StringEntry ( ) : System
return System

StringEntry() protected method

protected StringEntry ( string Name ) : System
Name string
return System