This commit is contained in:
Andrew KeepCoding 2024-07-18 11:25:56 +09:00 коммит произвёл GitHub
Родитель e2d178368c
Коммит a05672013a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,4 +25,4 @@ but the property _property_name_ is not of type `IFeed<T>` (nor `IState<T>`).
> [!NOTE] > [!NOTE]
> If your property is synchronous (i.e. not a `Feed` nor a `State`), you don't need to use the `[FeedParameter]` attribute. > If your property is synchronous (i.e. not a `Feed` nor a `State`), you don't need to use the `[FeedParameter]` attribute.
> Remove the parameter from teh method and get your value from the property directly. > Remove the parameter from the method and get your value from the property directly.