Infer.NET Documentation
ArrayVariable Property
Infer.NET code documentationMicrosoftResearch.Infer.ModelsVariableArrayVariable
Microsoft Research, Cambridge
The array that this variable is an element of (otherwise null).
Declaration Syntax
C#Visual BasicVisual C++
public IVariableArray ArrayVariable { get; }
Public ReadOnly Property ArrayVariable As IVariableArray
public:
property IVariableArray^ ArrayVariable {
	IVariableArray^ get ();
}
Remarks
This array may be created implicitly by applying ForEach to a variable. In that case, the variable becomes an element of a fresh array.

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)