BitmapIndex.BIKey.BIKey C# (CSharp) Méthode

BIKey() public méthode

public BIKey ( BIGroup group, Object key ) : System
group BIGroup
key Object
Résultat System
        public BIKey(BIGroup group, Object key)
        {
            _group = group;

            if (key != null)
                _key = key.ToString();
            else
                _key = string.Empty;
        }

Same methods

BIKey::BIKey ( int group, Object key ) : System
BIKey::BIKey ( int group, string subGroup, Object key ) : System