pmMDA.NET

ReferenceCodeInfo.Find Method 

[This is preliminary documentation and subject to change.]

Returns the descriptor of the reference code with the given type name.

public static ReferenceCodeInfo Find(
   ReferenceCodeInfo[] infos,
   string typeName
);

Parameters

infos
List to search in.
typeName
Name of the type of the requested reference code.

Return Value

The descriptor of the requested code if found; otherwise, null.

See Also

ReferenceCodeInfo Class | PmMda.Net.Dog.Reference Namespace