TemplateGroupCollection Properties

  Name Description
Public property Count Gets the number of TemplateGroup objects in the collection.
Public property Item Gets or sets a TemplateGroup object at the specified index in the collection.
Top

  Name Description
Explicit interface implementation Property System.Collections.ICollection.Count For a description of this member, see Count.
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized For a description of this member, see IsSynchronized.
Explicit interface implementation Property System.Collections.ICollection.SyncRoot For a description of this member, see SyncRoot.
Explicit interface implementation Property System.Collections.IList.IsFixedSize For a description of this member, see IsFixedSize.
Explicit interface implementation Property System.Collections.IList.IsReadOnly For a description of this member, see IsReadOnly.
Explicit interface implementation Property System.Collections.IList.Item For a description of this member, see the IList class.
Top
Show: