Beispiel #1
0
        public string[] GetIndexedAttribiutesForType(IndexData indexData, string t)
        {
            StringBinaryTree BT = getStorageData(indexData);

            return(BT.GetAttributesForTypeFromBT(t));
        }