C# Class Orchard.DisplayManagement.Shapes.Shape

Inheritance: IShape, IEnumerable
Show file Open project: ucdavis/Orchard Class Usage Examples

Public Methods

Method Description
Add ( object item, string position = null ) : Shape
AddRange ( IEnumerable items, string position = DefaultPosition ) : Shape
GetEnumerator ( ) : IEnumerator

Method Details

Add() public method

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

AddRange() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator