- Assembly
- Rocket
.Surgery .Blazor .FontAwesome5 .dll - Namespace
- Rocket
.Surgery .Blazor .FontAwesome5 - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ITransformIcon"]
click Interface0 "/api/Rocket.Surgery.Blazor.FontAwesome5/ITransformIcon"
Type["IIcon"]
class Type type-node
Implementing0["Icon"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Blazor.FontAwesome5.Shared/Icon"
Implementing1["FaIcon"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Blazor.FontAwesome5/FaIcon"
Syntax
public interface IIcon : ITransformIcon
Attributes
Type | Description |
---|---|
Nullable |
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|