public static bool IsAnyOf( this char value, IEnumerable<char> testChars )
<ExtensionAttribute> Public Shared Function IsAnyOf ( value As Char, testChars As IEnumerable(Of Char) ) As Boolean
public: [ExtensionAttribute] static bool IsAnyOf( wchar_t value, IEnumerable<wchar_t>^ testChars )
[<ExtensionAttribute>] static member IsAnyOf : value : char * testChars : IEnumerable<char> -> bool
GSF.CharExtensions.IsAnyOf = function(value, testChars);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.