C# Class AcTools.Render.Kn5Specific.Objects.RenderableListExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
GetAllDummiesByName ( this list, string name ) : IEnumerable
GetByNameAll ( this list, string name ) : IEnumerable

Private Methods

Méthode Description
GetByName ( this list, string name ) : Kn5RenderableObject
GetDummyByName ( this list, string name ) : Kn5RenderableList

Method Details

GetAllDummiesByName() public static méthode

public static GetAllDummiesByName ( this list, string name ) : IEnumerable
list this
name string
Résultat IEnumerable

GetByNameAll() public static méthode

public static GetByNameAll ( this list, string name ) : IEnumerable
list this
name string
Résultat IEnumerable