Sample01
1.0.0.0
Sample01 사용 방법을 보여 주는 예제 프로젝트입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
CounterState.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
3
namespace
Sample01.States
4
{
13
public
sealed
record
CounterState
(
14
int
Count,
15
string
LastSource,
16
DateTime? LastUpdated);
17
}
Sample01.States
Definition
CounterState.cs:4
Sample01.States.CounterState
record CounterState(int Count, string LastSource, DateTime? LastUpdated)
States
CounterState.cs
다음에 의해 생성됨 :
1.17.0