C# Class System.Tests.ArgumentUsageAttribute

Inheritance: Attribute
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
_guid object

Protected Properties

Property Type Description
usageMsg string

Public Methods

Method Description
ArgumentUsageAttribute ( string UsageMsg ) : System.Collections.Generic

Method Details

ArgumentUsageAttribute() public method

public ArgumentUsageAttribute ( string UsageMsg ) : System.Collections.Generic
UsageMsg string
return System.Collections.Generic

Property Details

_guid public_oe static_oe property

public static object _guid
return object

usageMsg protected_oe property

protected string usageMsg
return string