Amib.Threading.WIGStartInfo.ThrowIfReadOnly C# (CSharp) Метод

ThrowIfReadOnly() защищенный Метод

protected ThrowIfReadOnly ( ) : void
Результат void
        protected void ThrowIfReadOnly()
        {
            if (_readOnly)
            {
                throw new NotSupportedException("This is a readonly instance and set is not supported");
            }
        }