summaryrefslogtreecommitdiffstats
path: root/source/Janrain.OpenId/RegistrationExtension/Gender.cs
blob: 0555f4b6ba31009cf9bd7a0ac142765624ad0a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/********************************************************
 * Copyright (C) 2007 Andrew Arnott
 * Released under the New BSD License
 * License available here: http://www.opensource.org/licenses/bsd-license.php
 * For news or support on this file: http://blog.nerdbank.net/
 ********************************************************/

namespace Janrain.OpenId.RegistrationExtension
{
    public enum Gender
    {
        Male,
        Female,
    }
}