AjTalk.TypeUtilities.IsNamespace C# (CSharp) Method

IsNamespace() public static method

public static IsNamespace ( string name ) : bool
name string
return bool
        public static bool IsNamespace(string name)
        {
            return GetNamespaces().Contains(name);
        }