Class ItemCollection
Provides a collection of Item objects.
Inheritance
System.Object
ItemCollection
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class ItemCollection : Collection<Item>
Properties
Item[String]
Gets the first Item in the collection which name is equal to the specified.
Declaration
public Item this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
Item |