C# Class System.ComponentModel.Tests.CustomDefaultValueAttribute

Inheritance: DefaultValueAttribute
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CustomDefaultValueAttribute ( object value ) : System.Collections.Generic
SetValue ( object value ) : void

Method Details

CustomDefaultValueAttribute() public method

public CustomDefaultValueAttribute ( object value ) : System.Collections.Generic
value object
return System.Collections.Generic

SetValue() public method

public SetValue ( object value ) : void
value object
return void