Spring.Validation.MockObjectDefinitionRegistry.GetAliases C# (CSharp) Method

GetAliases() public method

public GetAliases ( string name ) : IList
name string
return IList
        public IList<string> GetAliases(string name)
        {
            throw new NotImplementedException();
        }