BitmapIndex.BIKey.BIKey C# (CSharp) Method

BIKey() public method

public BIKey ( BIGroup group, Object key ) : System
group BIGroup
key Object
return 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