다음을 통해 공유


RootElement.Add 메서드

정의

오버로드

Add(Section)

이 RootElement에 새 섹션 추가

Add(IEnumerable<Section>)

IEnumerable의 모든 섹션을 이 루트 요소에 추가합니다.

Add(Section)

이 RootElement에 새 섹션 추가

public void Add (MonoTouch.Dialog.Section section);
member this.Add : MonoTouch.Dialog.Section -> unit

매개 변수

section
Section

추가할 섹션입니다. 루트가 표시되면 섹션이 애니메이션 없이 삽입됩니다.

적용 대상

Add(IEnumerable<Section>)

IEnumerable의 모든 섹션을 이 루트 요소에 추가합니다.

public void Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Section> sections);
member this.Add : seq<MonoTouch.Dialog.Section> -> unit

매개 변수

sections
IEnumerable<Section>

IEnumerable로 추가할 섹션입니다.

적용 대상