C# 클래스 AcTools.Render.Kn5Specific.Objects.RenderableListExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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