C# Class Castle.Core.PropertyDependencyModel

Inheritance: DependencyModel
Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
PropertyDependencyModel ( PropertyInfo property, bool isOptional ) : System

Method Details

PropertyDependencyModel() public method

public PropertyDependencyModel ( PropertyInfo property, bool isOptional ) : System
property System.Reflection.PropertyInfo
isOptional bool
return System