INameDecoderInform Method  | 
 
            Informs the decoder of an already decoded name (so the decoder can change state if necessary).
            
 
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxvoid Inform(
	string name
)
Sub Inform ( 
	name As String
)
abstract Inform : 
        name : string -> unit 
Parameters
- name
 - Type: SystemString
The name. 
See Also