Interface IVersioned
Interface for versioned objects.
Namespace: InsaneScatterbrain.Versioning
Syntax
public interface IVersioned
Properties
Version
Gets sets the version.
Declaration
Version Version { get; set; }
Property Value
Type | Description |
---|---|
System.Version |