Brnkly.Raven.Admin.Models.InstanceModel.InstanceModel C# (CSharp) Метод

InstanceModel() публичный Метод

public InstanceModel ( ) : System.Collections.ObjectModel
Результат System.Collections.ObjectModel
        public InstanceModel()
        {
            this.Destinations = new Collection<ReplicationDestination>();
        }