iControl.NetworkingSelfIPV2.get_fw_rule_destination_address_range C# (CSharp) Method

get_fw_rule_destination_address_range() private method

private get_fw_rule_destination_address_range ( string self_ips, string rules ) : CommonAddressRange[][][]
self_ips string
rules string
return CommonAddressRange[][][]
        public CommonAddressRange[][][] get_fw_rule_destination_address_range(
		string [] self_ips,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_destination_address_range", new object [] {
                self_ips,
                rules});
            return ((CommonAddressRange [] [] [])(results[0]));
        }
NetworkingSelfIPV2