Amazon.CloudFormation.Model.ResourceChange.IsSetScope C# (CSharp) Method

IsSetScope() private method

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