[Gregor.Core.DefaultValueAttribute]

Gregor.Core.DefaultValueAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.DefaultValueAttribute

: System.Attribute, System.Runtime.InteropServices._Attribute

Custom Attributes: System.AttributeUsage(ValidOn=0x980, AllowMultiple=false, Inherited=false)

Description: 


Members

DefaultValueAttribute

public DefaultValueAttribute(System.Object value)

Custom Attributes: 

Description: 

DefaultValueAttribute

public DefaultValueAttribute(System.String sValue)

Custom Attributes: 

Description: 

m_ToStringValue

private System.String m_ToStringValue

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

Value

public System.Object Value {get;}

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Attribute

System.AttributeUsageAttribute

System.Object

System.String

System.Runtime.InteropServices._Attribute