Click or drag to resize

instanceListTInstance, TKey Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.directReport.data.instanceList`2"]

Inheritance Hierarchy
SystemObject
  imbWEM.Core.directReport.datainstanceListTInstance, TKey

Namespace:  imbWEM.Core.directReport.data
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class instanceList<TInstance, TKey> : IEnumerable<TInstance>, 
	IEnumerable, IList<TInstance>, ICollection<TInstance>

Type Parameters

TInstance

[Missing <typeparam name="TInstance"/> documentation for "T:imbWEM.Core.directReport.data.instanceList`2"]

TKey

[Missing <typeparam name="TKey"/> documentation for "T:imbWEM.Core.directReport.data.instanceList`2"]

The instanceListTInstance, TKey type exposes the following members.

Constructors
  NameDescription
Public methodinstanceListTInstance, TKey
Initializes a new instance of the instanceListTInstance, TKey class
Public methodinstanceListTInstance, TKey(TKey)
Initializes a new instance of the instanceListTInstance, TKey class
Top
Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly
Public propertyItem
Public propertykey
Top
Methods
See Also