Amazon.DynamoDBv2.Model.Projection.IsSetNonKeyAttributes C# (CSharp) Méthode

IsSetNonKeyAttributes() private méthode

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