view Tools/DocGen/Content/Doc/Aspects/OverloadAspect.cs @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
line wrap: on
line source

[BLToolkitGenerated]
public sealed class OverloadTestObject : OverloadTestObject
{
    [BLToolkitGenerated]
    public override int Test(int intVal)
    {
        return this.Test(intVal, string.Empty);
    }

    [BLToolkitGenerated]
    public override int Test(string strVal)
    {
        return this.Test(0x0, strVal);
    }

    [BLToolkitGenerated]
    public override int Test(int intVal, string strVal, bool boolVal)
    {
        return this.Test(intVal, strVal);
    }
}