Dreamine.MVVM.Attributes
1.0.7
Dreamine.MVVM.Attributes 프로젝트의 API와 구성 요소를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
DreamineEntryAttribute.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
3
namespace
Dreamine.MVVM.Attributes
4
{
22
[AttributeUsage(AttributeTargets.Class, AllowMultiple =
false
, Inherited =
false
)]
23
public
sealed
class
DreamineEntryAttribute
: Attribute
24
{
25
}
26
}
Dreamine.MVVM.Attributes
Definition
DreamineCommandAttribute.cs:4
Dreamine.MVVM.Attributes.DreamineEntryAttribute
Dreamine 애플리케이션의 진입 클래스를 표시하는 특성입니다.
Definition
DreamineEntryAttribute.cs:24
DreamineEntryAttribute.cs
다음에 의해 생성됨 :
1.17.0