Пример #1
0
 public ReadOnlySpan <NetworkTableEntry> GetEntries(ReadOnlySpan <char> prefix, NtType types, Span <NetworkTableEntry> store)
 {
     return(NtCore.GetEntriesManaged(this, prefix, types, store));
 }
Пример #2
0
 public ReadOnlySpan <NetworkTableEntry> GetEntries(string prefix, NtType types)
 {
     return(NtCore.GetEntriesManaged(this, prefix, types, Span <NetworkTableEntry> .Empty));
 }