Ancestry.Daisy.Tests.Daisy.Component.SilverBulletHandlers.TimestampBeforeSilverBulletStatement.Linked.Linked C# (CSharp) Method

Linked() public method

public Linked ( IStatementDefinition def, int years ) : System
def IStatementDefinition
years int
return System
            public Linked(IStatementDefinition def, int years)
                : base(def)
            {
                Years = years;
            }
TimestampBeforeSilverBulletStatement.Linked