Amazon.DynamoDBv2.Model.Projection.IsSetNonKeyAttributes C# (CSharp) 메소드

IsSetNonKeyAttributes() 개인적인 메소드

private IsSetNonKeyAttributes ( ) : bool
리턴 bool
        internal bool IsSetNonKeyAttributes()
        {
            return this._nonKeyAttributes != null && this._nonKeyAttributes.Count > 0; 
        }