예제 #1
0
 public MetadataFramer(Action <Stream> callback)
 {
     this.callback = new ActionByRef <Stream>(callback);
 }