C# 클래스 Orchard.DisplayManagement.Shapes.Shape

상속: IShape, IEnumerable
파일 보기 프로젝트 열기: ucdavis/Orchard 1 사용 예제들

공개 메소드들

메소드 설명
Add ( object item, string position = null ) : Shape
AddRange ( IEnumerable items, string position = DefaultPosition ) : Shape
GetEnumerator ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( object item, string position = null ) : Shape
item object
position string
리턴 Shape

AddRange() 공개 메소드

public AddRange ( IEnumerable items, string position = DefaultPosition ) : Shape
items IEnumerable
position string
리턴 Shape

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator