clojure.lang.Keyword.getNamespace C# (CSharp) Method

getNamespace() public method

Gets the namespace name.
public getNamespace ( ) : string
return string
        public string getNamespace()
        {
            return _sym.Namespace;
        }