Machine.UrlStrong.Translation.Model.ParsedUrlPart.IsParameterBit C# (CSharp) Méthode

IsParameterBit() static private méthode

static private IsParameterBit ( string bit ) : bool
bit string
Résultat bool
    static bool IsParameterBit(string bit)
    {
      return bit[0] == '[';
    }