1 write to interfaces
ComSvcConfig (1)
ComAdminWrapper.cs (1)
857
this.
interfaces
= new List<ComAdminInterfaceInfo>();
3 references to interfaces
ComSvcConfig (3)
ComAdminWrapper.cs (3)
832
public List<ComAdminInterfaceInfo> Interfaces { get { return this.
interfaces
; } }
866
this.
interfaces
.Add(interfaceInfo);
877
foreach (ComAdminInterfaceInfo interfaceInfo in this.
interfaces
)