C# 클래스 System.Tests.ArgumentUsageAttribute

상속: Attribute
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_guid object

보호된 프로퍼티들

프로퍼티 타입 설명
usageMsg string

공개 메소드들

메소드 설명
ArgumentUsageAttribute ( string UsageMsg ) : System.Collections.Generic

메소드 상세

ArgumentUsageAttribute() 공개 메소드

public ArgumentUsageAttribute ( string UsageMsg ) : System.Collections.Generic
UsageMsg string
리턴 System.Collections.Generic

프로퍼티 상세

_guid 공개적으로 정적으로 프로퍼티

public static object _guid
리턴 object

usageMsg 보호되어 있는 프로퍼티

protected string usageMsg
리턴 string