Amazon.DynamoDBv2.KeyType.KeyType C# (CSharp) 메소드

KeyType() 공개 메소드

Default Constructor
public KeyType ( string value ) : System
value string
리턴 System
        public KeyType(string value)
            : base(value)
        {
        }