Infer.NET Documentation
GroupMember Class
Infer.NET code documentationMicrosoftResearch.InferGroupMember
Microsoft Research, Cambridge
Group member attribute - attached to MSL variables based on inference engine groups
Declaration Syntax
C#Visual BasicVisual C++
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true)]
public class GroupMember : Attribute
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True)> _
Public Class GroupMember _
	Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true)]
public ref class GroupMember : public Attribute
Members
All MembersConstructorsMethodsFields



IconMemberDescription
GroupMember(VariableGroup, Boolean)
Creates a group member attribute on a variable

Group
The associated variable group

IsRoot
This variable is a root in this group

ToString()()()
Returns a string representation of this group member attribute.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
Attribute
 GroupMember

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