- Using terminal command
dotnet --list-runtimes- Using C#/CSharp code
| namespace AllenCai; | |
| /// <summary> | |
| /// This is an imitation of the Microsoft.VisualBasic.CompilerServices.LikeOperator.LikeString method, | |
| /// implementing matching that supports * and ? wildcards and support ignores case rules.<br /> | |
| /// The purpose of this implementation is to reduce memory allocation and improve performance. | |
| /// </summary> | |
| public static class ZeroMemAllocLikeOperator | |
| { | |
| /// <summary> |
dotnet --list-runtimes