[]
Represents a collection of FileSpecification.RelatedFile objects.
public class FileSpecification.RelatedFileCollection : OwnedCollection<FileSpecification.RelatedFile>, IList<FileSpecification.RelatedFile>, ICollection<FileSpecification.RelatedFile>, IReadOnlyList<FileSpecification.RelatedFile>, IReadOnlyCollection<FileSpecification.RelatedFile>, IEnumerable<FileSpecification.RelatedFile>, IOwnedObject, IList, ICollection, IEnumerable
Gets the FileSpecification.FileInfo object owning this collection.
public FileSpecification.FileInfo Owner { get; }
Called when collection is changed, sets Changed to true.
protected override void OnChanged()