C# Class FullInspector.InspectedMember

An InspectedMember is either an InspectedMethod or an InspectedProperty. This also contains some common API functions between the two types.
Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Méthode Description
InspectedMember ( InspectedMethod method ) : System

Construct an either containing a B value.

InspectedMember ( InspectedProperty property ) : System

Construct an either containing an A value.

Method Details

InspectedMember() public méthode

Construct an either containing a B value.
public InspectedMember ( InspectedMethod method ) : System
method InspectedMethod
Résultat System

InspectedMember() public méthode

Construct an either containing an A value.
public InspectedMember ( InspectedProperty property ) : System
property InspectedProperty
Résultat System