'Declaration
Public ReadOnly Property ShapeInfoCashe As System.Collections.Generic.Dictionary(Of Integer,NShapeInfo)
'Usage
Dim 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;}