Cache<S, T>.Item Property
Public ReadOnly Property Item( _
ByVal s As S _
) As T
This language is not supported or no code example is available.
public T this[
S s
] {get;}
This language is not supported or no code example is available.
public:
property T^ Item[S] {
T^ get(
S^ s
);
}
This language is not supported or no code example is available.
Parameters
- s
- S