MvvmValidation.Internal.PropertyCollectionValidationTarget.UnwrapTargets C# (CSharp) Method

UnwrapTargets() public method

public UnwrapTargets ( ) : IEnumerable
return IEnumerable
        public IEnumerable<object> UnwrapTargets()
        {
            return Properties.ToArray();
        }