DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / unit / 49%20pkgconfig%20csharp%20library / somelib.cs
123456789101112
using System; namespace Abc { public static class Something { public static bool Api1(this String str) { return str == "foo"; } } }