C# Class Castle.Core.PropertySetCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

Adds the specified property.
public Add ( PropertySet property ) : void
property PropertySet The property.
Résultat void

Clear() public méthode

Clears this instance.
public Clear ( ) : void
Résultat void

FindByPropertyInfo() public méthode

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