Telerik.Web.Mvc.UI.Effects.Effects C# (CSharp) Метод

Effects() публичный Метод

public Effects ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Effects()
        {
            container = new List<IEffect>();
            OpenDuration = (int)AnimationDuration.Fast;
            CloseDuration = (int)AnimationDuration.Fast;
        }
Effects