iControl.NetworkingSelfIPV2.get_fw_rule_icmp_typecode C# (CSharp) Method

get_fw_rule_icmp_typecode() private method

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