Amazon.CloudSearch.IndexFieldType.IndexFieldType C# (CSharp) 메소드

IndexFieldType() 공개 메소드

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