C# Класс System.ComponentModel.DebugTypeDescriptor.ComponentEntry.PropertyStash

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Attributes System.Attribute[]
FilteredProperties PropertyDescriptorCollection
Properties System.Collections.ArrayList

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

Метод Описание
AttributesMatch ( Attribute attributes ) : bool
ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters

Приватные методы

Метод Описание
HashExtenders ( IExtenderProvider providers, object instance ) : long

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

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

public AttributesMatch ( Attribute attributes ) : bool
attributes System.Attribute
Результат bool

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

public ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
providers IExtenderProvider
instance object
Результат bool

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

public PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters
props System.Collections.ArrayList
providers IExtenderProvider
instance object
Результат System.Runtime.Serialization.Formatters

Описание свойств

Attributes публичное свойство

public Attribute[],System Attributes
Результат System.Attribute[]

FilteredProperties публичное свойство

public PropertyDescriptorCollection,System.ComponentModel FilteredProperties
Результат PropertyDescriptorCollection

Properties публичное свойство

public ArrayList,System.Collections Properties
Результат System.Collections.ArrayList