Click or drag to resize

LicenseFeatureExtensionsIsGui Method

[Missing <summary> documentation for "M:RAYLASE.Shared.LicenseFeatureExtensions.IsGui(RAYLASE.Shared.LicenseFeature)"]


Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.37.0
Syntax
C#
public static bool IsGui(
	this LicenseFeature feature
)

Parameters

feature  LicenseFeature

[Missing <param name="feature"/> documentation for "M:RAYLASE.Shared.LicenseFeatureExtensions.IsGui(RAYLASE.Shared.LicenseFeature)"]

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.Shared.LicenseFeatureExtensions.IsGui(RAYLASE.Shared.LicenseFeature)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type LicenseFeature. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also