ZeroedBufferTItem Property
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.155 -- Release Build+d8de0108f73c26e6d2af6f3161db9c9ea851a15c
public ref T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T% default[int index] {
T% get (int index);
}
function get_Item(index);
- index Int32
- The index of the element to access.
T