示例#1
0
			public InternalGenerator (GeneraterResetDelegate resetFunc)
				: base (TypeDefinition)
			{
				this.resetFunc = resetFunc;
			}
示例#2
0
 public InternalGenerator(GeneraterResetDelegate resetFunc)
     : base(TypeDefinition)
 {
     this.resetFunc = resetFunc;
 }