示例#1
0
 internal static bool IsFacetValueConstant(TypeUsage type, string facetName)
 {
     return(MetadataHelpers.GetFacet(((PrimitiveType)type.EdmType).FacetDescriptions, facetName).IsConstant);
 }