示例#1
0
 public static string GetMetadataValueEscaped (ProjectMetadata metadatum)
 {
         throw new NotImplementedException ();
 }
示例#2
0
 public static string GetMetadataValueEscaped(ProjectMetadata metadatum)
 {
     return(ProjectCollection.Escape(metadatum.EvaluatedValue));
 }
示例#3
0
 public static string GetMetadataValueEscaped(ProjectMetadata metadatum)
 {
     throw new NotImplementedException();
 }