Infer.NET Documentation
AddAttributes Method (attrs)
Infer.NET code documentationMicrosoftResearch.Infer.ModelsVariableAddAttributes(IEnumerable<(Of <(Object>)>))
Microsoft Research, Cambridge
Adds multiple attributes to this variable.
Declaration Syntax
C#Visual BasicVisual C++
public void AddAttributes(
	IEnumerable<Object> attrs
)
Public Sub AddAttributes ( _
	attrs As IEnumerable(Of Object) _
)
public:
void AddAttributes(
	IEnumerable<Object^>^ attrs
)
Parameters
attrs (IEnumerable<(Of <(Object>)>))
The attributes to add

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