C# Класс Castle.Core.PropertySetCollection

Наследование: System.Collections.ReadOnlyCollectionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( PropertySet property ) : void

Adds the specified property.

Clear ( ) : void

Clears this instance.

FindByPropertyInfo ( PropertyInfo info ) : PropertySet

Finds a PropertySet the by PropertyInfo.

Описание методов

Add() публичный Метод

Adds the specified property.
public Add ( PropertySet property ) : void
property PropertySet The property.
Результат void

Clear() публичный Метод

Clears this instance.
public Clear ( ) : void
Результат void

FindByPropertyInfo() публичный Метод

Finds a PropertySet the by PropertyInfo.
public FindByPropertyInfo ( PropertyInfo info ) : PropertySet
info System.Reflection.PropertyInfo The info.
Результат PropertySet