C# Class ObjectPrinter.TypeInspectors.NameValueCollectionTypeInspector

inspects each entry in the NameValueCollection, the key as a property name and the value as a value
Inheritance: ITypeInspector
Mostrar archivo Open project: drewburlingame/ObjectPrinter

Public Methods

Method Description
GetMemberList ( object objectToInspect, Type typeOfObjectToInspect ) : IEnumerable

NameValueCollectionTypeInspector ( ) : System
ShouldInspect ( object objectToInspect, Type typeOfObjectToInspect ) : bool

Method Details

GetMemberList() public method

public GetMemberList ( object objectToInspect, Type typeOfObjectToInspect ) : IEnumerable
objectToInspect object
typeOfObjectToInspect System.Type
return IEnumerable

NameValueCollectionTypeInspector() public method

public NameValueCollectionTypeInspector ( ) : System
return System

ShouldInspect() public method

public ShouldInspect ( object objectToInspect, Type typeOfObjectToInspect ) : bool
objectToInspect object
typeOfObjectToInspect System.Type
return bool