Was.OrcSearch – Rev 1

Subversion Repositories:
Rev:
using System.Collections.Generic;

namespace Was.OrcSearch.Models.Interfaces
{
    public interface IMetadataCollection : IEnumerable<IMetadata>
    {
        IEnumerable<IMetadata> All { get; }

        IMetadata GetMetadata(string propertyName);
    }
}

Generated by GNU Enscript 1.6.5.90.