Amazon.EC2.Model.RouteTable.IsSetRoutes C# (CSharp) Method

IsSetRoutes() private method

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