Interface IProperty<TValue>
Represents static property.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IProperty<TValue> : IProperty, IMember<PropertyInfo>, ICustomAttributeProvider
Type Parameters
Name | Description |
---|---|
TValue | Type of property value. |
Properties
| Improve this Doc View SourceValue
Gets or sets property value.
Declaration
TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue |