Exemplo n.º 1
0
 public static /*IDisposable*/ IO.IKSoftStreamUserDataBookmark EnterUserDataBookmark(this IO.IKSoftStream stream,
                                                                                     object newUserData = null)
 {
     return(new IO.IKSoftStreamUserDataBookmark(stream, newUserData));
 }
Exemplo n.º 2
0
 public static /*IDisposable*/ IO.IKSoftStreamOwnerBookmark EnterOwnerBookmark(this IO.IKSoftStream stream,
                                                                               object newOwner = null)
 {
     return(new IO.IKSoftStreamOwnerBookmark(stream, newOwner));
 }