SetMap Class¶
Enables iterable access to the sets
- Namespace
 ampl.Entities- Assemblies
 - AMPL
 
Inheritance Hierarchy¶
System.Objectampl.Entities.EntityMap{ampl.Entities.Set}ampl.Entities.SetMap
Syntax¶
public class SetMap : EntityMap<Set>, IEnumerable<Set>, IEnumerable
- 
class 
ampl.Entities.SetMap 
Methods¶
- 
GetEnumerator()¶ Return type: System.Collections.Generic.IEnumerator<System.Collections.Generic.IEnumerator`1>{ampl.Entities.Set<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; }
- 
Size()¶ Return type: System.Int32 public override int Size { get; }
-