Interface IOperator<TSignature>
Assembly: DotNext.Reflection.dll
Syntax
public interface IOperator<out TSignature> : IMember<MemberInfo, TSignature>, IMember<MemberInfo>, ICustomAttributeProvider, IConvertible<TSignature> where TSignature : Delegate
Type Parameters
Name |
Description |
TSignature |
Type of delegate describing signature of operator.
|
Properties
|
Improve this Doc
View Source
Type
Declaration
ExpressionType Type { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
ICustomAttributeProvider.GetCustomAttributes(Boolean)
Declaration
object[] ICustomAttributeProvider.GetCustomAttributes(bool inherit)
Parameters
Type |
Name |
Description |
Boolean |
inherit |
|
Returns
|
Improve this Doc
View Source
ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)
Declaration
object[] ICustomAttributeProvider.GetCustomAttributes(Type attributeType, bool inherit)
Parameters
Type |
Name |
Description |
Type |
attributeType |
|
Boolean |
inherit |
|
Returns
|
Improve this Doc
View Source
ICustomAttributeProvider.IsDefined(Type, Boolean)
Declaration
bool ICustomAttributeProvider.IsDefined(Type attributeType, bool inherit)
Parameters
Type |
Name |
Description |
Type |
attributeType |
|
Boolean |
inherit |
|
Returns
Extension Methods