QuickFix.DataDictionary.DDMap.IsGroup C# (CSharp) Méthode

IsGroup() public méthode

public IsGroup ( int tag ) : System.Boolean
tag int
Résultat System.Boolean
        public Boolean IsGroup(int tag)
        {
            return Groups.ContainsKey(tag);
        }