Putting :base after function?

Posted by WingMan20-10 on Stack Overflow See other posts from Stack Overflow or by WingMan20-10
Published on 2010-04-06T14:48:06Z Indexed on 2010/04/06 14:53 UTC
Read the original article Hit count: 111

Filed under:
|
 public LocalizedDisplayNameAttribute(string displayNameKey)
            : base(displayNameKey)
        {

        }

if i put :base after the function in the class what does that mean?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET