Amazon.CloudSearch.Model.IndexField.IsSetSourceAttributes C# (CSharp) 메소드

IsSetSourceAttributes() 개인적인 메소드

private IsSetSourceAttributes ( ) : bool
리턴 bool
        internal bool IsSetSourceAttributes()
        {
            return this.sourceAttributes.Count > 0;
        }
    }