Class MessageWithGroupDict
Inheritance
System.Object
MessageWithGroupDict
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.Message.dll
Syntax
public class MessageWithGroupDict
Constructors
MessageWithGroupDict(Dictionary<String, IList<Object>>)
Declaration
public MessageWithGroupDict(Dictionary<string, IList<object>> blockToTags)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.IList<System.Object>> |
blockToTags |
|
Methods
CreateArraysData()
Declaration
public virtual void CreateArraysData()
Declaration
public virtual HashSet<int> GetAllGroupTags()
Returns
Type |
Description |
System.Collections.Generic.HashSet<System.Int32> |
|
GetDelimiterTag(Int32)
Declaration
public virtual int GetDelimiterTag(int leadingTag)
Parameters
Type |
Name |
Description |
System.Int32 |
leadingTag |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public virtual HashSet<int> GetGroupTags(int leadingTag)
Parameters
Type |
Name |
Description |
System.Int32 |
leadingTag |
|
Returns
Type |
Description |
System.Collections.Generic.HashSet<System.Int32> |
|
Declaration
public virtual HashSet<int> GetNestedLeadingTags()
Returns
Type |
Description |
System.Collections.Generic.HashSet<System.Int32> |
|
Declaration
public virtual int[] GetNestedLeadingTagsArray()
Returns
Type |
Description |
System.Int32[] |
|
Declaration
public virtual HashSet<int> GetOuterLeadingTags()
Returns
Type |
Description |
System.Collections.Generic.HashSet<System.Int32> |
|
Declaration
public virtual int[] GetOuterLeadingTagsArray()
Returns
Type |
Description |
System.Int32[] |
|