Click or drag to resize

IGroupTagCollection Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.sampleGroup.IGroupTagCollection"]

Namespace:  imbWEM.Core.sampleGroup
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public interface IGroupTagCollection : IEnumerable<IGroupTag>, 
	IEnumerable

The IGroupTagCollection type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIGroupTag.)
Top
See Also