Amazon.EC2.Model.IpPermission.IsSetIpv6Ranges C# (CSharp) Method

IsSetIpv6Ranges() private method

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