Kimono.KLocale.NounDeclension C# (CSharp) Method

NounDeclension() public method

Use this to determine whether nouns are declined in locale's language. This property should remain read-only (no setter function)
public NounDeclension ( ) : bool
return bool
        public bool NounDeclension()
        {
            return (bool) interceptor.Invoke("nounDeclension", "nounDeclension() const", typeof(bool));
        }