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