Gorgon
Show / Hide Table of Contents

Class GorgonFeatureSetExtensions

Extension methods for the FeatureSet enumeration.

Inheritance
object
GorgonFeatureSetExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public static class GorgonFeatureSetExtensions

Methods

| Edit this page View Source

Description(FeatureSet)

Function to return a friendly description for a feature set.

Declaration
public static string Description(this FeatureSet featureSet)
Parameters
Type Name Description
FeatureSet featureSet

The feature set to evaluate.

Returns
Type Description
string

The friendly description.

  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author