Amib.Threading.WIGStartInfo.ThrowIfReadOnly C# (CSharp) Méthode

ThrowIfReadOnly() protected méthode

protected ThrowIfReadOnly ( ) : void
Résultat void
        protected void ThrowIfReadOnly()
        {
            if (_readOnly)
            {
                throw new NotSupportedException("This is a readonly instance and set is not supported");
            }
        }