MrKWatkins.Ast Help

Properties.GetMultiple Method

Definition

Gets the values of a multiple valued property with the specified key.

public IReadOnlyList<T> GetMultiple<T>(string key);

Type Parameters

Name

Description

T

The type of the property.

Parameters

Name

Type

Description

key

String

The key of the property.

Returns

IReadOnlyList<T>

The values of the property.

Last modified: 09 September 2024