You know what would be great?
-
If I could (in C#) derive a new Attribute from both
System.ComponentModel.DescriptionAttribute
andSystem.ComponentModel.DefaultValueAttribute
. Yeah, that'd be great. :sigh: -
If I could (in C#) derive a new Attribute from both
System.ComponentModel.DescriptionAttribute
andSystem.ComponentModel.DefaultValueAttribute
. Yeah, that'd be great. :sigh:Work on Saturday, and you might as well plan to work on Sunday. Yeah... that would be great....
-
If I could (in C#) derive a new Attribute from both
System.ComponentModel.DescriptionAttribute
andSystem.ComponentModel.DefaultValueAttribute
. Yeah, that'd be great. :sigh:If I could (in C#) derive a new Attribute from both
System.ComponentModel.BillionaireAttribute
andSystem.ComponentModel.DefaultMoneyAttribute
. Yeah, that'd be great. :sigh: -
If I could (in C#) derive a new Attribute from both
System.ComponentModel.DescriptionAttribute
andSystem.ComponentModel.DefaultValueAttribute
. Yeah, that'd be great. :sigh: -
Work on Saturday, and you might as well plan to work on Sunday. Yeah... that would be great....
This Sunday? No, I'll be dealing blackjack at a charity fundraiser event.
-
If I could (in C#) derive a new Attribute from both
System.ComponentModel.BillionaireAttribute
andSystem.ComponentModel.DefaultMoneyAttribute
. Yeah, that'd be great. :sigh:You mean the
System.ComponentModel.BillGatesAttribute
? :confused:Best, Sander arrgh.js - Bringing LINQ to JavaScript SQL Server for C# Developers Succinctly Object-Oriented Programming in C# Succinctly
-
If I could (in C#) derive a new Attribute from both
System.ComponentModel.DescriptionAttribute
andSystem.ComponentModel.DefaultValueAttribute
. Yeah, that'd be great. :sigh:What would the advantage of using ...
[CustomAttribute(Description = "A number", DefaultValue = 1000)]
public int YourProperty { get; set; }... over ...
[Description("A number"), DefaultValue(1000)]
public int YourProperty { get; set; }..or...
[Description("A number")]
[DefaultValue(1000)]
public int YourProperty { get; set; }...be?
-
This Sunday? No, I'll be dealing blackjack at a charity fundraiser event.
Watch 'Office Space'.. the quote may not be exact, but close enough.
-
Watch 'Office Space'.. the quote may not be exact, but close enough.
Have. I know.