LocationContractAttribute.SelectSelfOrNothing Method |
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.0.35.0 (6.0.35.0)

protected IEnumerable<LocationInfo> SelectSelfOrNothing( LocationInfo target )
Parameters
- target
- Type: PostSharp.Reflection.LocationInfo
The target location.
Return Value
Type: IEnumerable<LocationInfo>The target location, or nothing if the target location is a dependency property or an attached property.
