C# Class Castle.Core.PropertySet

Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
PropertySet ( PropertyInfo propertyInfo, DependencyModel dependency ) : System

Initializes a new instance of the PropertySet class.

ToString ( ) : string

Method Details

PropertySet() public method

Initializes a new instance of the PropertySet class.
public PropertySet ( PropertyInfo propertyInfo, DependencyModel dependency ) : System
propertyInfo System.Reflection.PropertyInfo The property info.
dependency DependencyModel The dependency.
return System

ToString() public method

public ToString ( ) : string
return string