C# Class System.Net.Configuration.WebRequestModuleElement.TypeAndName

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
name string
type System.Type

Public Methods

Method Description
Equals ( object comparand ) : bool
GetHashCode ( ) : int
TypeAndName ( Type type ) : System
TypeAndName ( string name ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

TypeAndName() public method

public TypeAndName ( Type type ) : System
type System.Type
return System

TypeAndName() public method

public TypeAndName ( string name ) : System
name string
return System

Property Details

name public_oe property

public string name
return string

type public_oe property

public Type,System type
return System.Type