New to Telerik UI for WinFormsStart a free 30-day trial

A strongly-typed collection of GuidToNameMapping instances.

Definition

Constructors

C#
public GuidToNameMappingCollection()

Properties

Indexer. Gets the Name that matches the provided Guid.

C#
public string this[Guid key] { get; set; }
Parameters:keyGuid

Methods

Finds the GuidToNameMapping instance that matches the provided Guid.

C#
public GuidToNameMapping FindByGuid(Guid guid)
Parameters:guidGuidReturns:

GuidToNameMapping

Finds the name that matches the provided Guid.

C#
public string FindNameByGuid(Guid guid)
Parameters:guidGuidReturns:

string