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