a6a6917c 4b33 1568 f37d 8cd922af8205 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentRelations Interface

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

Syntax

C#

public interface IArgumentRelations

The IArgumentRelations type exposes the following members.

Properties

 

Name Description
Public property Count Gets the number of elements contained in derived classes.
Public property Item(Int32) Gets the element at the specified index.
Public property Item(String) Gets the element at the specified label.
  Back to Top

Methods

 

Name Description
Public method Contains Determines whether a relation for label already exists.
Public method IndexOf Searches for the specified object and returns the zero-based index of the first occurrence or -1 if not found.
Public method ToArray Converts the available elements into an array of tuples.
  Back to Top

Remarks

This interface serves as output parameter or better as result parameter to allow users to get an additional list of Label-Value relations.

See Also

Reference

Plexdata.Utilities.Formatting.Interfaces Namespace

⚠️ **GitHub.com Fallback** ⚠️