Click or drag to resize

IndicatorBaseGetOrAddT Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public T GetOrAdd<T>(
	string tag,
	bool isBarsPanel = false
)
where T : new(), DrawingBase

Parameters

tag  String
 
isBarsPanel  Boolean  (Optional)
 

Type Parameters

T

Return Value

T
See Also