! Unchecked access - no wrapping
Namespace: JigLibX.UtilsAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public float this[ int i, int j ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ i As Integer, _ j As Integer _ ) As Single Get |
Visual C++ |
---|
public: property float default[int i, int j] { float get (int i, int j); } |