예제 #1
0
 public static bool IsContent(this CompositeType.Field field)
 {
     return(field.GetAttachedData <bool>(Names.IsContent));
 }
예제 #2
0
 public static bool IsOptional(this CompositeType.Field field)
 {
     return(field.GetAttachedData <bool>(Names.IsOptional));
 }
예제 #3
0
 public static bool IsAttribute(this CompositeType.Field field)
 {
     return(field.GetAttachedData <bool>(Names.IsAttribute));
 }