C# Class Castle.Core.PropertySetCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Add ( PropertySet property ) : void

Adds the specified property.

Clear ( ) : void

Clears this instance.

FindByPropertyInfo ( PropertyInfo info ) : PropertySet

Finds a PropertySet the by PropertyInfo.

Method Details

Add() public method

Adds the specified property.
public Add ( PropertySet property ) : void
property PropertySet The property.
return void

Clear() public method

Clears this instance.
public Clear ( ) : void
return void

FindByPropertyInfo() public method

Finds a PropertySet the by PropertyInfo.
public FindByPropertyInfo ( PropertyInfo info ) : PropertySet
info System.Reflection.PropertyInfo The info.
return PropertySet