Example #1
0
 /// <summary>
 /// Determines whether this node references the specified feature.
 /// </summary>
 /// <param name="feature">The feature.</param>
 /// <returns>
 ///     <c>true</c> if the specified feature is referenced, otherwise <c>false</c>.
 /// </returns>
 public override bool IsFeatureReferenced(Feature feature)
 {
     return(m_featureValues.ContainsFeature(feature));
 }