Devcorner.NIdenticon.IdenticonGenerator.WithBrushGenerator C# (CSharp) Method

WithBrushGenerator() public method

public WithBrushGenerator ( IBrushGenerator brushGenerator ) : IdenticonGenerator
brushGenerator IBrushGenerator
return IdenticonGenerator
        public IdenticonGenerator WithBrushGenerator(IBrushGenerator brushGenerator)
        {
            this.DefaultBrushGenerator = brushGenerator;
            return this;
        }