Devcorner.NIdenticon.IdenticonGenerator.WithBrushGenerator C# (CSharp) Метод

WithBrushGenerator() публичный Метод

public WithBrushGenerator ( IBrushGenerator brushGenerator ) : IdenticonGenerator
brushGenerator IBrushGenerator
Результат IdenticonGenerator
        public IdenticonGenerator WithBrushGenerator(IBrushGenerator brushGenerator)
        {
            this.DefaultBrushGenerator = brushGenerator;
            return this;
        }