Example #1
0
 internal static SimpleProviderPropertyDefinition BuildValueTypePropDef <T>(string name)
 {
     return(BudgetMetadataSchema.BuildValueTypePropDef <T>(name, default(T)));
 }