C# Class Owin.Types.AppBuilder.AddressCollection

Mostrar archivo Open project: owin/museum-piece-owin-hosting Class Usage Examples

Public Methods

Method Description
AddressCollection ( object>.IList list ) : System.Collections.Generic
Equals ( AddressCollection other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

AddressCollection() public method

public AddressCollection ( object>.IList list ) : System.Collections.Generic
list object>.IList
return System.Collections.Generic

Equals() public method

public Equals ( AddressCollection other ) : bool
other AddressCollection
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool