Metodo UtilityProgIsInMyRange |
Namespace: DedNet.Core
public static bool ProgIsInMyRange( DedType type, DedTypeProg rangeProg, string prog )
Public Shared Function ProgIsInMyRange ( type As DedType, rangeProg As DedTypeProg, prog As String ) As Boolean
public: static bool ProgIsInMyRange( DedType^ type, DedTypeProg^ rangeProg, String^ prog )
static member ProgIsInMyRange : type : DedType * rangeProg : DedTypeProg * prog : string -> bool