Example #1
0
        bool GetCanSet()
        {
            if (IsReadOnly && IsStatic && TypeUtility.CanBeConstantStruct(DeclaredType))
            {
                return(false);
            }

            return(true);
        }