Amazon.ElasticMapReduce.Model.KeyValue.IsSetValue C# (CSharp) Méthode

IsSetValue() private méthode

private IsSetValue ( ) : bool
Résultat bool
        internal bool IsSetValue()
        {
            return this.value != null;
        }
    }