C# 클래스 Utilities.WebControl.ControlExtensions

Extension methods on Control
파일 보기 프로젝트 열기: mrvshah/Utilities

공개 메소드들

메소드 설명
AllChildControls ( this controlCollection ) : IEnumerable

Return all the child controls of control collection

메소드 상세

AllChildControls() 공개 정적인 메소드

Return all the child controls of control collection
public static AllChildControls ( this controlCollection ) : IEnumerable
controlCollection this The control collection
리턴 IEnumerable