Class HiddenAttribute
Marks a factor as hidden
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class HiddenAttribute : Attribute
Methods
IsDefined(MethodInfo)
Returns true if the given method has a 'Hidden' attribute
Declaration
public static bool IsDefined(MethodInfo mi)
Parameters
| Type | Name | Description |
|---|---|---|
| MethodInfo | mi | The method info |
Returns
| Type | Description |
|---|---|
| Boolean |
IsDefined(Type)
Returns true if the given type has a 'Hidden' attribute
Declaration
public static bool IsDefined(Type ty)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | ty | The type |
Returns
| Type | Description |
|---|---|
| Boolean |