예제 #1
0
 /// <summary>
 /// Transforms the given <see cref="IZincFile"/> by reordening the <see cref="IZincItem"/> instances such that
 /// the resulting file is stratified.
 /// </summary>
 /// <param name="file">The <see cref="IZincFile"/> to be transformed.</param>
 public void Transform(IZincFile file)
 {
     throw new System.NotImplementedException();
 }
 public void Transform(IZincFile file)
 {
     throw new System.NotImplementedException ();//TODO
 }