SharpDox.Model.Repository.SDRepository.GetAllMethods C# (CSharp) Метод

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

Gets a list of all methods. Liefert eine Liste aller Methoden.
public GetAllMethods ( ) : List
Результат List
        public List<SDMethod> GetAllMethods()
        {
            return Methods.Select(n => n.Value).ToList();
        }