DefaultValueDefaultAttribute class

Sets the DefaultValue to new T() for the specified type.

[AttributeUsage(AttributeTargets.All)]
public sealed class DefaultValueDefaultAttribute : DefaultValueAttribute

Public Members

name description
DefaultValueDefaultAttribute(…) Initializes a new instance of the DefaultValueDefaultAttribute class.
Type { get; } The type.

See Also