public static IR1Top RInterfaceProperty(this IR1Top r1Top, IDictionary <IPhilote <IGProperty>, IGProperty> gPropertys) { foreach (var kvp in gPropertys) { r1Top.RInterfaceProperty(kvp.Value); } return(r1Top); }
public static IR1Top RInterfaceProperty(this IR1Top r1Top, IList <IGProperty> gPropertys) { foreach (var o in gPropertys) { r1Top.RInterfaceProperty(o); } return(r1Top); }