'DeclarationPublic ReadOnly Property ShapeInfoCashe As System.Collections.Generic.Dictionary(Of Integer,NShapeInfo)
'UsageDim instance As NShapesFactory Dim value As System.Collections.Generic.Dictionary(Of Integer,NShapeInfo) value = instance.ShapeInfoCashe
public System.Collections.Generic.Dictionary<int,NShapeInfo> ShapeInfoCashe {get;}