Wednesday, April 18, 2012

Filling Methods

sometimes you have to implement an interface and you dont want an actual implementation
behold a solution:

      public System.IdentityModel.Claims.ClaimSet Issuer
        {
            get { throw new NotImplementedException(); }
        }

No comments:

Post a Comment