Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
Enables iterable access to the sets
ampl.Entities
AMPL
Inheritance Hierarchy
Syntax
Methods
Properties
System.Object
ampl.Entities.EntityMap{ampl.Entities.Set}
ampl.Entities.SetMap
[ClassInterface(ClassInterfaceType.None)] public class SetMap : EntityMap<Set>, IEnumerable<Set>, IEnumerable, ISetMap
System.Collections.Generic.IEnumerator<ampl.Entities.Set>
public override IEnumerator<Set> GetEnumerator()
ampl.Entities.Set
public Set this[string name] { get; }
System.Int32
public override int Size { get; }