Example #1
0
 MonoDevelop.Core.Text.ITextSource MonoDevelop.Core.Text.ITextSource.CreateSnapshot(int offset, int length)
 {
     return(new ImmutableTextTextSource(snapshot.GetImmutableText(offset, length), snapshot.Encoding, snapshot.UseBom));
 }