public bool TryGet( int index, out T item )
Public Function TryGet ( index As Integer, <OutAttribute> ByRef item As T ) As Boolean
public: bool TryGet( int index, [OutAttribute] T% item )
member TryGet : index : int * item : 'T byref -> bool
function TryGet(index, item);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.