C# Class Orchard.DisplayManagement.Shapes.Shape

Inheritance: IShape, IEnumerable
Afficher le fichier Open project: ucdavis/Orchard Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( object item, string position = null ) : Shape
item object
position string
Résultat Shape

AddRange() public méthode

public AddRange ( IEnumerable items, string position = DefaultPosition ) : Shape
items IEnumerable
position string
Résultat Shape

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator