ModifierCollection Class

Project Mercury API

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

Defines a collection of Modifiers.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public class ModifierCollection : List<Modifier>
Visual Basic (Declaration)
Public Class ModifierCollection _
	Inherits List(Of Modifier)
Visual C++
public ref class ModifierCollection : public List<Modifier^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Modifier>)>)
    ProjectMercury.Modifiers..::.ModifierCollection

See Also