/Alexandros

[Alexandros]

Primary LanguageC#Apache License 2.0Apache-2.0

[Alexandros]

[Alexandros] is a Japanese rock band.
Alexandros attribute has no meaning. Just a joke.

Usage

public class Target
{
    [Alexandros]
    public SearchResult SearchProperty { get; set; }

    [Alexandros]
    public string StringProperty { get; set; }

    [Alexandros]
    public long LongProperty { get; set; }
}
var provider = new AlexandrosProvider<Target>();
var target = await provider.ProvideAsync();