a6a6917c 4b33 1568 f37d 8cd922af8205 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Serves as output parameter to obtain an additional list of Label-Value relations.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public interface IArgumentRelations
The IArgumentRelations type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of elements contained in derived classes. |
![]() |
Item(Int32) | Gets the element at the specified index. |
![]() |
Item(String) | Gets the element at the specified label. |
Name | Description | |
---|---|---|
![]() |
Contains | Determines whether a relation for label already exists. |
![]() |
IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence or -1 if not found. |
![]() |
ToArray | Converts the available elements into an array of tuples. |
This interface serves as output parameter or better as result parameter to allow users to get an additional list of Label-Value relations.