Classes.

Replace(IList<string>) Method

Summary

Removes all non-pseudoclasses in the collection and adds a new set.
Namespace
Avalonia.Controls
Containing Type
Classes

Syntax

public void Replace(IList<string> source)

Parameters

Name Type Description
source IList<string> The new contents of the collection.

Return Value

Type Description
void