C# Класс AcTools.Render.Kn5Specific.Objects.RenderableListExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllDummiesByName ( this list, string name ) : IEnumerable
GetByNameAll ( this list, string name ) : IEnumerable

Приватные методы

Метод Описание
GetByName ( this list, string name ) : Kn5RenderableObject
GetDummyByName ( this list, string name ) : Kn5RenderableList

Описание методов

GetAllDummiesByName() публичный статический метод

public static GetAllDummiesByName ( this list, string name ) : IEnumerable
list this
name string
Результат IEnumerable

GetByNameAll() публичный статический метод

public static GetByNameAll ( this list, string name ) : IEnumerable
list this
name string
Результат IEnumerable