







|
| Project Mercury API Reference |
| EmitterCollection..::.Item Property (String) |
| EmitterCollection Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Gets the element with the specified name.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public Emitter Item[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Item ( _ name As String _ ) As Emitter |
| Visual C++ |
|---|
public: property Emitter^ Item[String^ name] { Emitter^ get (String^ name); } |
Parameters
- name
- Type: System..::.String
The name of the Emitter to fetch.
