예제 #1
0
 public StreamPath Original() => StreamPath.Parse(S);
예제 #2
0
 public StreamRef Original(HyperionSerializer ctx) =>
 ctx.system.StreamOf(StreamPath.Parse(S));
예제 #3
0
 public StreamRef <TItem> Original <TItem>(HyperionSerializer ctx) =>
 ctx.system.StreamOf <TItem>(StreamPath.Parse(S));