Interface IMemberReference
Member reference
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IMemberReference : IComparable
Properties
DeclaringType
Declaring type for the member
Declaration
IType DeclaringType { get; set; }
Property Value
Type | Description |
---|---|
IType |
Name
Name of the member
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |