Пример #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();
 }