C# Class System.ComponentModel.DebugTypeDescriptor.ComponentEntry.PropertyStash

Show file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
Attributes System.Attribute[]
FilteredProperties PropertyDescriptorCollection
Properties System.Collections.ArrayList

Public Methods

Method Description
AttributesMatch ( Attribute attributes ) : bool
ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters

Private Methods

Method Description
HashExtenders ( IExtenderProvider providers, object instance ) : long

Method Details

AttributesMatch() public method

public AttributesMatch ( Attribute attributes ) : bool
attributes System.Attribute
return bool

ExtendersMatch() public method

public ExtendersMatch ( IExtenderProvider providers, object instance ) : bool
providers IExtenderProvider
instance object
return bool

PropertyStash() public method

public PropertyStash ( ArrayList props, IExtenderProvider providers, object instance ) : System.Runtime.Serialization.Formatters
props System.Collections.ArrayList
providers IExtenderProvider
instance object
return System.Runtime.Serialization.Formatters

Property Details

Attributes public property

public Attribute[],System Attributes
return System.Attribute[]

FilteredProperties public property

public PropertyDescriptorCollection,System.ComponentModel FilteredProperties
return PropertyDescriptorCollection

Properties public property

public ArrayList,System.Collections Properties
return System.Collections.ArrayList