ModelComparisonResult.ElementGroupsEqual Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ElementGroupsEqual As IDictionary(Of IList(Of IModelElement), IList(Of IModelElement))
public IDictionary<IList<IModelElement>, IList<IModelElement>> ElementGroupsEqual { get; }
public:
property IDictionary<IList<IModelElement^>^, IList<IModelElement^>^>^ ElementGroupsEqual {
IDictionary<IList<IModelElement^>^, IList<IModelElement^>^>^ get ();
}
member ElementGroupsEqual : IDictionary<IList<IModelElement>, IList<IModelElement>>
function get ElementGroupsEqual () : IDictionary<IList<IModelElement>, IList<IModelElement>>
Property Value
Type: System.Collections.Generic.IDictionary<IList<IModelElement>, IList<IModelElement>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.