[This is preliminary documentation and is subject to change.]
Placement with one vertex
Inheritance Hierarchy
Microsoft.Research.Naiad.Dataflow.Placement
Microsoft.Research.Naiad.Dataflow.Placement.SingleVertex
Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class SingleVertex : Placement
The Placement.SingleVertex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Placement.SingleVertex |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Test equality with another SingleVertexPlacement
(Overrides Placement.Equals(Placement).) |
![]() | GetEnumerator |
Enumerator
(Overrides Placement.GetEnumerator().) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns one
(Overrides Placement.Count.) |
![]() | Item |
Indexer
(Overrides Placement.Item[Int32].) |
See Also