Amazon.CodePipeline.Model.StageDeclaration.IsSetBlockers C# (CSharp) Method

IsSetBlockers() private method

private IsSetBlockers ( ) : bool
return bool
        internal bool IsSetBlockers()
        {
            return this._blockers != null && this._blockers.Count > 0; 
        }