예제 #1
0
        public T ReduceStarAttribute <T>(IConvertible value) where T : IConvertible
        {
            bool found;

            return(StaticAIMLUtils.ReduceStar <T>(value, this, this, out found));
        }