Grider.CapInfo.GetDelegates C# (CSharp) Method

GetDelegates() public method

public GetDelegates ( ) : List
return List
        public List<CapsDelegate> GetDelegates()
        {
            lock (this)
            {
                return new List<CapsDelegate>(Delegates);
            }
        }