SetMap Class

Enables iterable access to the sets

Namespace

ampl.Entities

Assemblies
  • AMPL


Inheritance Hierarchy

Syntax

[ClassInterface(ClassInterfaceType.None)]
public class SetMap : EntityMap<Set>, IEnumerable<Set>, IEnumerable, ISetMap
class ampl.Entities.SetMap

Methods

GetEnumerator()
Return type

System.Collections.Generic.IEnumerator<ampl.Entities.Set>

public override IEnumerator<Set> GetEnumerator()

Properties

ampl.Entities.SetMap.Item[System.String]
Return type

ampl.Entities.Set

public Set this[string name] { get; }
ampl.Entities.SetMap.Size
Return type

System.Int32

public override int Size { get; }