Ejemplo n.º 1
0
 internal static void CheckAttributes(MetadataReader reader, params CustomAttributeRow[] rows)
 {
     AssertEx.Equal(rows, reader.GetCustomAttributeRows(), itemInspector: AttributeRowToString);
 }