NServiceBus.XmlMessageSerializer.InitType C# (CSharp) Method

InitType() public method

Scans the given type storing maps to fields and properties to save on reflection at runtime.
public InitType ( Type t ) : void
t System.Type
return void
        public void InitType(Type t)
        {
            cache.InitType(t);
        }