public Part(Type type) { if (type == null) throw new ArgumentNullException(); Type = type; Metadata = new PartMetadata(this); }
public Part(Type type) { if (type == null) { throw new ArgumentNullException(); } Type = type; Metadata = new PartMetadata(this); }