Exemplo n.º 1
0
        /// <summary>
        /// Action: ListClear
        /// </summary>

        public static void ListClear <T>(HeContext heContext, OSList <T> inParamList)
        {
            inParamList.Clear();
        }